Need to display a value using response.write in C# in an alert window.
I used the following syntax but it doesnt work. Can any body please help me with that?
Response.Write("<script>window.alert('welcome: '+currentUser)</script>")
I want to display welcome: current user on the message box.
Please reply me asap
Thank you
I used the following syntax but it doesnt work. Can any body please help me with that?
Response.Write("<script>window.alert('welcome: '+currentUser)</script>")
I want to display welcome: current user on the message box.
Please reply me asap
Thank you