protected void Page_Load(object sender, EventArgs e) { Page.LoadComplete += new EventHandler(Page_LoadComplete); } void Page_LoadComplete(object sender, EventArgs e) { throw new NotImplementedException(); }
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
Login to post response