Home All Groups Group Topic Archive Search About
Author
19 Sep 2006 3:46 PM
rams
i have one gridview in that some hyperlinkfields are there, if i click on hyperlinkfield, iwant to make some action and i want to get the values of that hyperlink field, in that situation what is the click event

Author
21 Sep 2006 1:48 PM
ReyN
hi

A hyperlinkfield is mainly used for rendering hyperlinks for navigating
to another page.

If you want to use links for postback purposes. use a ButtonField
instead, or a TemplateField with a linkbutton, pushbutton, or
imagebutton control.

If you meant you want to get the values passed by the hyerlinkfield to
the destination page, on this page you will find an example

http://authors.aspalliance.com/aspxtreme/webforms/controls/addinghyperlinkfieldstogridview.aspx