Use CommandField column to postback on GridView

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"/>
One of possible  approaches described in Steps to Write GridView PostBack Events
However I choose suggestion to use System.Web.UI.WebControls..::.ButtonField or        System.Web.UI.WebControls..::.CommandField.
In particular I an using CommandField instead of hyperlinkfield.
hyperlinkfield is good for external links.

posted @ Wednesday, April 09, 2008 1:45 AM

Print

Comments on this entry:

No comments posted yet.

Your comment:



 (will not be displayed)


 
 
 
 
 

Live Comment Preview:

 
«November»
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345