Hi,
I need to set the DataNavigateUrlFormatString of the GridHyperLinkColumn to some thing like this.
http://xyz.com?id=rownumber.
Here rownumber is the number of the row in which the linkbutton will be there.
Eg: for a linkbutton in the third row,
the url should be like http://xyz.com?id=3.
How can this be achieved in the ascx file?( or even via code?)