Wednesday, September 12, 2007

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Creating Template Field in Grid View What is a template Field? A template field is nothing but placing standard controls within the GridView. GridView provides some of the controls which are more or less equivalent to the standard controls like TextBox, Checkbox etc. But sometimes, we may have to place some other standard control within the GridView for better programming and better user experience. In this time we will be going for a template field. Template field also enables us to place controls in header and footer also. For example, we want to place a control in the footer area of the GridView in order to display the total of a column of want to display the total number of records in the footer. Then I use"

No comments: