Passing a text string from the server side to a client side function

  • Thread starter Thread starter ken busse
  • Start date Start date
K

ken busse

I would like to be able to write a string value to a
variable on the server side and have it passed to the
client side for display in an alert box.
I've tried writing to a Server control label and reading
it in client side script but can't get it working.
I've tried passing a form variable that has the residing
label but that doesn't work.
Do you have any suggestions?
 
Well You can store the string message in a Hidden
Field . This hidden variable can be access using a
scripts .

HTH
Raj
 
Back
Top