i dont know how to call a javascript function from the codebehind. I need to perform few operations after a button click and then display message box.
the sequence is
1. asp button click
2. any operation(say search)
3. Display the result in message box.
how to do???
User Profile
Collapse
-
VB.NET : Message Box
Hi All,
I had to display a message box in my vb.net code behind. I used MsgBox("some message "). This was successful only in the Internet Explorer browser. When i tried running t same code in the firefox it displayed an error message.
What syntax could be fine for both the servers????
No activity results to display
Show More
Leave a comment: