Hi all,
How can we display a value in message box in Asp.net.
Now im using the script for displaying strings.
Response.Write( "<script>alert( 'OK')</script>")
Along with this string i need to concatenate a value.How can we do that?
Eg: Ok 23564
Can anyone help?
thank U in Advance.
How can we display a value in message box in Asp.net.
Now im using the script for displaying strings.
Response.Write( "<script>alert( 'OK')</script>")
Along with this string i need to concatenate a value.How can we do that?
Eg: Ok 23564
Can anyone help?
thank U in Advance.
Comment