hi, a aspx page hase a number of "asp:HyperLinkField" fields & when postback all should target to same aspx page with different values. how this is possible? Thanks
If I understand you, use linkbuttons instead of hyperlinks or in hyperlinks, use the javascript functions at the client side, at onclick (client side )event.