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

Go to topic 55380

Return to index page 53
Return to index page 52
Return to index page 51
Return to index page 50
Return to index page 49
Return to index page 48
Return to index page 47
Return to index page 46
Return to index page 45
Return to index page 44