How to put confirmation box at gridview hyperlink column?

In Gridview row databound just assign your javascript function to link button.

Dim vlblCtrl As LinkButton = (CType(e.Row.FindControl("Lnk"), LinkButton))
vlblCtrl.Attributes.Add("onclick", "call your javascript function")

1 comment:

  1. How to do it in c#

    Please reply at :

    aceattorny@gmail.com

    ReplyDelete

Plz Share your comments...