Hi everyone
I'm a new member.This is first post my problem is
I have webpage.aspx that contain web user control.
Code in webusercontrol.ascx.cs
Page.RegisterStartupScript("myAlert", "<script>alert('Item Insert Successfull');</script>");
when is run webpags.aspx "myalert" not display
help me please