|
Subject:
|
hyperlink in a datagrid?
|
|
Posted By:
|
bhavna
|
Post Date:
|
1/19/2007 1:46:18 AM
|
I wrote a code in C# which contains a datagrid which is having a hyperlink and we want when we click on this hyperlink it will redirect to another page and select all the selected messages. How can i do this?
|
|
Reply By:
|
planoie
|
Reply Date:
|
1/25/2007 11:37:39 AM
|
What do you have so far?
Usually, you would just use a hyperlink column in the datagrid (v1.x). This generates the link for you. You just need to specify the details of the page to link to, and the querystring value to place in the link.
-Peter
|