Hi Friends...
I want to know "web user conntrol file" in asp.net ? What is the extension of web user control file ? Please give any example ?
Thanks....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 3, 2011, 11:44 PM
User Controls
In ASP.NET: A user-authored server control that enables an ASP.NET page to be re-used as a server control. An ASP.NET user control is authored declaratively and persisted as a text file with an .ascx extension. The ASP.NET page framework compiles a user control on the fly to a class that derives from the System.Web.UI.UserControl class.
Refer
http://www.startvbdotnet.com/aspsite/extras/user.aspx
http://www.c-sharpcorner.com/UploadFile/mgold/AddRemoveWeb11242005045632AM/AddRemoveWeb.aspx
Thanks