|
|
|
Welcome to ASP.NET Controls section of C# Corner. In this section, you will find articles, tutorials, source code samples, tips, and resources related to ASP.NET controls.
|
|
|
|
|
|
|
|
|
Literal Control in ASP.NET
by
Puran Mehra
on
Nov 19, 2009
In this article I will explain about the Literal Control in ASP.NET and how to use it. Will also differentiate between Label and Literal controls.
|
The FileUpload Control
by
Puran Mehra
on
Sep 16, 2009
In this article I will explain about FileUpload Control in ASP.NET and how to use it with a practical demonstration.
|
Sub report in GridView using AJAX
by
Erode Senthilkumar
on
Aug 31, 2009
This article explains about the sub report in the Gridview using Ajax. It will load the subreport content dynamically at the time of view the report. The ajax have used to implement this part.
|
GridView Multicolumn sorting
by
Nipun Tomar
on
Jul 10, 2009
GridView's built-in sorting can be enabled by setting a data source and AllowSorting property to true. Click on column header to sort based on the SortExpression specified in the Gridview column. However, Gridview does not support multi column sorting which is required in day to day application.
So here is how I tried to create one:
|
ASP.NET ObjectDataSource Control Overview
by
Kalyan Bandarupalli
on
Dec 04, 2008
This post explains how to represent business objects with the ObjectDatasource control. It allows you to bind DataBound controls such as GridView, DetailsView and FormView. It also enables you to separate your business logic and data access logic from presentation layer.
|
AJAX Accordion Control
by
Rahul Kumar Saxena
on
Sep 17, 2008
The Accordion is a web control that allows us to provide multiple panes and display them one at a time. It is like having several CollapsiblePanels where only one can be expanded at a time.
|
GridView with DataPager in ASP.NET 3.5
by
Nipun Tomar
on
Aug 01, 2008
To page through data in a control that implements the IPageableItemContainer interface, DataPager control can be used. GridView has its own paging and does not implement IPageableItemContainer interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GridView
by
vishnu priya
On
Jan 18, 2008
Shows How to Add a new row in a grid view dynamically and uses objectdatasource for interacting with database
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XML Driven Validation
by
Subal Mishra
on
Mar 20, 2007
This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
The mission of this book is to provide you with a solid foundation of the C# language and the key aspects of the .NET platform.
|
|
Browse more books here»
|
|
|
|
|