Home All Groups Group Topic Archive Search About
Author
16 Mar 2005 7:42 AM
Ahmed H. Alawady via DotNetMonster.com
Dear all,
         I Use DataGrid in my Project, I want to make every row in DataGrid
selectable as make every row as hyperlink we do it on ItemDataBound event.
Can any body please help me to know this code in ItemDataBound
Thanks

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

Author
16 Mar 2005 8:17 PM
Elton Wang
Hi Ahmed,

You can use HyperLinkColumn or ButtonColumn
(ButtonType=LinkButton) to make item as hyperlink.

HTH

Elton Wang
eltn_w***@hotmail.com

>-----Original Message-----
>Dear all,
>         I Use DataGrid in my Project, I want to make
every row in DataGrid
Show quoteHide quote
>selectable as make every row as hyperlink we do it on
ItemDataBound event.
>Can any body please help me to know this code in
ItemDataBound
>Thanks
>
>--
>Message posted via http://www.dotnetmonster.com
>.
>