Hi, In my application, i try to load ascx file using HttpContext.Current.Server.Execute I use Icallbackeventhandler to load page asynchronously but i get error..... Error executing child request for handler ‘System.Web.UI.Page’. When i make control read as normal html controls with runat="server"...