Subin Thomas

Subin Thomas

  • NA
  • 4.9k
  • 124.9k

how to put values in clientscript ?

May 29 2019 12:09 AM
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)