I need client side Msgbox in ASP 2.0 to confirm deleting. I found some scripts but they works on Button_click event and I need something like this:
Sub ButtonDelete_Click
Some code here…..
Some checking here…..
And here I want Msgbox (“Do you want….?”, OKCancel…..)
some code here....
end sub
So, how to insert message box inside some event?
I would appreciate some VB example.
Sub ButtonDelete_Click
Some code here…..
Some checking here…..
And here I want Msgbox (“Do you want….?”, OKCancel…..)
some code here....
end sub
So, how to insert message box inside some event?
I would appreciate some VB example.