Home All Groups Group Topic Archive Search About
Author
8 Feb 2005 9:12 PM
Rad via DotNetMonster.com
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

--
Message posted via http://www.dotnetmonster.com

Author
9 Feb 2005 1:59 PM
Elton Wang
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-----
>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
Show quoteHide quote
>the hyprlinked columns?
>
>Regards,
>Rad
>
>--
>Message posted via http://www.dotnetmonster.com
>.
>