gregburningham
Programmer
Please could someone explain why the following code doesn't work ? - I have a workaround but it's over-complicated
If (Not Page.IsPostBack) Then
Me.Button1.Attributes.Add("onclick", _
"return confirm('Are you sure you want to delete?');")
End If
Thanks
Greg B
If (Not Page.IsPostBack) Then
Me.Button1.Attributes.Add("onclick", _
"return confirm('Are you sure you want to delete?');")
End If
Thanks
Greg B