Y
yop
All
Have searched the fields and hills for a good example but
alass not a sausage have I found, well not quite!
I understand that you cannot have a msgbox and have come
up with the solution to use Javascript on the Onclick
Event.
Code:
DeleteBtn.Attributes.Add("onClick", "javascript:return
confirm('Do you really want to?');")
Now this is fine, works and gives me an OK and CANCEL
option, problem is how do I get a return value?
Cannot seem to find an answer to this anywhere!
Thanks
Have searched the fields and hills for a good example but
alass not a sausage have I found, well not quite!
I understand that you cannot have a msgbox and have come
up with the solution to use Javascript on the Onclick
Event.
Code:
DeleteBtn.Attributes.Add("onClick", "javascript:return
confirm('Do you really want to?');")
Now this is fine, works and gives me an OK and CANCEL
option, problem is how do I get a return value?
Cannot seem to find an answer to this anywhere!
Thanks