Posted on: 5/21/2014 4:48:05 AM | Views : 256

Hi everyone, I am new to asp.net C#.
here is my code
MembershipCreateStatus status = new MembershipCreateStatus();                     string flag = status.ToString();                     if (flag == "Success")                     {                         string msg = "Success";                         ScriptManager.RegisterStartupScript(this, GetType(), "myalert", "alert('" + msg + &quo ...

Go to the complete details ...