What is ASP.NET? ASP.NET is a part of the Microsoft .NET Framework that enables Web developers to create Web sites and corporate Intranet sites more easily. ASP.NET can be viewed as the next step on from the Microsoft ASP technology where Microsoft first provided Active Server Page (ASP) technology to allow programmers to create Web apps. ASP.NET is a progression from ASP, (initially it was known as ASP+, before being named ASP.NET), in that it is part of the .NET Framework and hence applications built with it are easier to use and maintain, as they are based on the solid .NET Framework component model. For example, one benefit of ASP.NET over ASP is that ASP pages were written in a script or language that was interpreted at run-time, whereas ASP.NET uses compiled code and hence ASP.NET apps generally run faster than ASP based apps. Within ASP.NET there is a screen design and presentation technology, collectively called Web Forms, that ASP.NET developers can use to create user interface screens as Web pages.
What is an ASP.NET control? An ASP.NET control is a reusable .NET software component that can be used by the application user to: enter data, display data, chart data, manipulate data and generally interact and control the ASP.NET application they are using. Examples of ASP.NET controls include ASP.NET datagrids used to enter and/or display data in a grid or datatable format. An extension of this might be an ASP.NET spreadsheet control that would allow you to add full spreadsheet calculation capability to your ASP.NET based Web site. An ASP.NET developer can download and integrate an ASP.NET control as a reusable software component inside his/her to add new functionality fast to their Web site, Intranet, Web app or Web service.
Within the ASP.NET framework there are 3 main ways to implement your your app. You may use Web Forms, a collection of technologies that enable you to create Web pages as Web Forms in a similar manner that you would top client/server or desktop app based WinForms. The Web Forms technology allows you to create menus, screens, data input forms, data visualization screens and data output pages for use on your Web based app. Sometimes programmers refer to ASP.NET controls as Web Forms controls, as ASP.NET controls can be integrated and embedded on a Web Form. See also our ASP.NET AJAX controls page for another type of ASP.NET implementation model that uses the AJAX approach.
There is also the ASP.NET MVC implementation approach for your app - this is more recent and stands for Model View Controller. This is a more recent announcement from Microsoft with a first release in early 2009 and it is currently on ASP.NET MVC 2.0 based on the release made in March, 2010. The Model may be used to represent data by mapping it to data in a database, this data will include information about the application state or status. The Controller controls the change of state or monitors the change of status of the application and may update the data in the Model. The developer can then present Views of this data to the application user. ASP.NET MVC helps programmers logically design their apps based using a structured state machine approach.
In this ASP.NET control product gallery, you will find ASP.NET custom controls that you can use as Web Form controls or as part of your next ASP.NET MVC project. These ASP.NET controls are software components built by experts in their field of study, as such you can not only reuse the software code written by someone else in your app, you can also add their knowledge and expertise to your app to give you more functionality. Why would you waste the time to write a spell checker ASP.NET control for your app, when you can buy one that has been pre-built by experts in spell checking with a variety of language dictionaries immediately available to your users? There are a wide variety of Web Forms controls available, so if you are creating a serious ASP.NET app that may need complex data input or data visualization, you will find lots of useful ASP.NET charting controls, OLAP cubes, ASP.NET gauges, ASP.NET dials etc. to enable you to build great ASP.NET dashboards or ASP.NET BI apps (Business Intelligence applications).
Publisher: Telerik Primary Category: User Interface Product Type: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / 100% Managed Code
Add tabs to your ASP.NET applications. Telerik RadTabStrip is a flexible component for building tabbed interfaces in ASP.NET applications. Thanks to its semantic rendering technology RadTabStrip produces considerably reduced HTML, which dramatically improves performance.
Publisher: Telerik Primary Category: User Interface Product Type: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / 100% Managed Code
Add splitting and resizing to your ASP.NET applications. Telerik RadSplitter enables you to build desktop-like application interfaces with resizable areas and sliding, dockable panels just like in Visual Studio .Net. Each layout can be indefinitely nested with splitters, whose state is automatically persisted on the server and can be saved/loaded through the extensive API.
Publisher: Telerik Primary Category: Spelling Product Type: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS)
Server or client-side multilingual spellchecking component. Telerik RadSpell for ASP.NET AJAX enables developers to add multilingual spellchecking capabilities to their ASP.NET applications. RadSpell for ASP.NET AJAX is completely customizable and can be attached to any server or client-side editable element (textbox, div, iframe). RadSpell for ASP.NET AJAX currently supports 18 languages and can have custom user dictionaries for every language.
Publisher: Telerik Primary Category: User Interface Product Type: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / 100% Managed Code
Moveable, dockable content place holder for ASP.NET. Telerik RadDock is versatile component for page personalization. It represents a content placeholder, which can be moved, docked/undocked, resized, pinned, minimized and so on. The customized page layout can be saved to a file or database and reloaded when needed, which is a typical requirement for portals and extranets.
Publisher: Telerik Primary Category: User Interface Product Type: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / JavaScript / AJAX
Add versatile combobox functionality to your ASP.NET AJAX applications. Telerik RadComboBox for ASP.NET AJAX is a drop-down list control. It has rich client-side capabilities and load-on-demand mechanism for superior performance in heavy-data scenarios.The product introduces a number of advanced features like semantic rendering for minimal HTML, databinding, rich client-side API, AJAX-based load on demand, autocomplete, search engine friendly, extensive VS.NET design-time support animations and more.
Publisher: Telerik Primary Category: User Interface Product Type: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / 100% Managed Code / JavaScript / AJAX
AJAX-enable any new or existing ASP.NET application without writing a single line of code. Telerik RadAjax framework provides a universal, cross-browser approach for AJAX-enabling of ASP.NET applications. The core of the Telerik RadAjax framework is Click-and-Go technology, which can make selected controls on the page perform AJAX callbacks instead of traditional postbacks. The whole AJAX behavior of the page is controlled through a single control, called Telerik AJAX Manager, which is configured completely in design-time through a single dialog.