GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  DataGrid

 Print  |  
Question:  how to add controls in datagrid



July 07, 2008 01:48:42 #1
 anjani   Member Since: November 2005    Total Comments: 2 

RE: how to add controls in datagrid
 
hi
 
To add the controls in datagrid right click on the data grid it shows the smart tag from which u select the edit column then a window appears in which certain fields r there like:

1. BoundField
2. CheckBoxField
3. HyperlinkField
4. ImageField
5. ButtonField
6. CommandField
7. TemplateField

select any of the field according to ur proj req like if u select the BoundField the it will add the "Button" in the Row in the same way u can add other controls by using these fields.
     

 

Back To Question