postback using anchor link

Discussion in 'C#' started by ranacseruet, Mar 22, 2009.

  1. #1
    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
     
    ranacseruet, Mar 22, 2009 IP
  2. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #2
    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.
     
    MayurGondaliya, Mar 25, 2009 IP