Asp.net 2.0 came with a new set of controls that were designed to to be used for web parts. These controls were kept in the Web Part Toolbar. Here is a list of the controls that came with Asp.net Web Part toolbar.
- WebPartManager
- DeclarativeCatalogPart
- EditorZone
- LayoutEditorPart
- ProxyWebPartManager
- PageCatalogPart
- AppearanceEditorPart
- PropertyGridEditorPart
- WebPartZone
- ImportCatalogPart
- BehaviorEditorPart
- ConnectionZone
- CatalogZone
Revision number 2, Thursday, June 19, 2008 6:16:10 PM by mbanavige
You must Login to comment.
Revision #4
Thu, Jun 19, 2008 6:15 PM
by
|
Web Parts
ASP.NET Web part controls are an integrated set of controls that enables end users to organize the content, appearance and behavior of the web page. Links Here you can start with web part development- Web part development Here is an MSDN white paper about
|
Revision #3
Thu, Feb 14, 2008 5:07 AM
by
|
Navigation controls
With the release of ASP.NET 2.0, a new set of controls were made available tohelp provide navigational elements to your web sites.These controls can be found inthe Navigation tab of the Visual Studio Toolbox. These controlscan be used tocreate menus and other
|
New
Mon, Feb 4, 2008 8:00 AM
by
|
LINQDataSource
There's quite a few data source controls in ASP.NET and one that folks are increasingly excited about is the LINQDataSource. Blogs LINQ to SQL (Part 5 - Binding UI using the ASP:LinqDataSource Control) - This is the best place to start to get your head around
|