How to display message from aspx.vb file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I want to display message from .aspx.vb code behind file. I want to
display data from SQL DataReader in the Message. what should I do.
Thank you
 
You pretty much have to render out the javascript and let the page get
re-rendered on the client's machine..

you can use RegisterStartupScript to help you out a bit (somewhat different
between 1.x and 2.0...)

Karl
 
Back
Top