4
Answers

how to put values in clientscript ?

Subin Thomas

Subin Thomas

5y
1.5k
1
i have a string names balance which i have to show in client script alert message
 
  1. ClientScript.RegisterStartupScript(GetType(), "Message",   
  2. "<SCRIPT LANGUAGE='javascript'>alert('Record saved successfully , balance: ') ;  
  3. </script>" );   
in above code i want to display that string value after balance  in the clientscript code 
Answers (4)