Mostly all Web Server controls inherit from a common base class, namely the WebControl class defined in the System.Web.UI.WebControls namespace. This base class implements a set of common properties that all Web Server controls have: Attributes, CSSClass, BackColor, Enabled, Visible, Width, etc. Web server controls that do not inherit from the WebControl class include Literal, PlaceHolder, Repeater, and Xml.
Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.
its not working fine
george
You can control an ASPnet page to where only users can access it by going to the white list. This regulates the access to only users assigned by the administrator.
Master page is a page which has content of master data( Common data), Other web page can inherit the master page in asp.net. If you are familiar with OOPS, then we can tell master page is similar to abstract class, where other class can inherit.
Grid control is used to display/edit/Delete/insert rows of records
Client side control will do validation and other kind of stuff in the client side.
Microsoft Asp.net is the technology wich is used to develope dynamic web pages.
Start with the basics and you will learn it easily. Then make sites for people and people will see that you can program. Try applying for your job as a web developer advanced in ASPNET and you will get your job if you did you homework.
Telirick Grid control is like asp.net grid control, with more advanced/customised features.
No. ASP and ASP.NET are issues of a web server, not an ftp server.
it is a data that is bounded. Example of control that bound data is GridView and DetailsView.