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