Monday, 30 April 2012

Key points of Grid View Control in asp.net

  1. Here we can manipulate the data as like a data list control(Insertion, deletion)
  2. Here we can get the data at runtime in tabular form automatically. 
  3. Here we can easily sort the data in ascending or descending order through the sorting property in Grid view.
  4.  In the Grid view control, we get the default template
  5. Auto edit, Auto delete, Auto Select options are preoccupied here
         In the grid view control, we can apply eight templates

1.     Item template
2.     Edit item template
3.     Alternating Item template
4.     Header template
5.     Footer template
6.     Selected Item template
7.     Pager template
8.     Empty Data template



No comments:

Post a Comment

QUICK REVISION of the Informatics Practices Examination

QUICK REVISION of the Informatics Practices Examination Data Types Every value belongs to a specific data type in Python. Data type iden...