I 've created GridView with HyperlLinkField columns. But I wanted to have link click to postback to the same page.
I looked at some solutions like in a thread:
GridView HyperLinkField with call to a javascript function
It seems not working, I have a link as :
<asp:
HyperLinkField DataTextField="Field1" HeaderText="ID"
SortExpression="Field1"
NavigateUrl="javascript
:returnData('{0}','{1}');"
datanavigateurlfields="Field1
,Field2" target="_top"/>
posted @ Wednesday, April 09, 2008 1:45 AM