I am doing project in asp.net in C#. I am trying to show message in script format. For that i am using the below code
Page page = new Page();
page.ClientScript.RegisterClientScriptBlock(this.GetType(), "Key", "alert('Your Full Name Sucessfully Updated...');", true);
but it is not showing any error. or warning. even it is not showing the messege. kindly suggest me and help me.
Thanks and Regards