T
thewhoracle
I have a datagrid, and I have a column that must do the following.
-if each row's data member in this column has a certain sequence of
characters, it must have a link associated with it that goes to a
website that uses the data in this member as part of the address.
I'm new at asp.net. I need to know how to conditionally add links
when the datagrid gets filled, and i need to know how to get the value
of the member in the column and insert it into the URL for the link.
thank you
-if each row's data member in this column has a certain sequence of
characters, it must have a link associated with it that goes to a
website that uses the data in this member as part of the address.
I'm new at asp.net. I need to know how to conditionally add links
when the datagrid gets filled, and i need to know how to get the value
of the member in the column and insert it into the URL for the link.
thank you