|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Hyperlink Column Event Handler...Hi,
I have a hyperlink column for my datagrid. I do not want to use the query string and expose the "app_id" in that. Instead I would like to make use of sessions. Is is possible to have the same URL "myPage.aspx" for all links, and passing the session id for the particular row through an event handler for the hyprlinked columns? Regards, Rad Hi Rad,
How about to use LinkButton instead of hyperlink so you can process in datagrid_ItemCommand event. That will not need any query string. HTH, Elton Wang elton_w***@hotmail.com >-----Original Message----- to use the query>Hi, > >I have a hyperlink column for my datagrid. I do not want >string and expose the "app_id" in that. Instead I would like to make use of>sessions. event handler for> >Is is possible to have the same URL "myPage.aspx" for all links, and >passing the session id for the particular row through an Show quoteHide quote |
|||||||||||||||||||||||