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  >  DotNet

 Print  |  
Question:  What tags do you need to add within the asp:datagrid tags to bind columns manually?



December 12, 2005 01:21:51 #4
 swag   Member Since: December 2005    Total Comments: 18 

RE: What tags do you need to add within the asp:datagr...
 

Set the AutoGeneratedColumn = fasle

<Column>

<asp:BoundColumn> </asp:BoundColumn>   //for bind column

</Column>

hope it'll work 4 u.

     

 

Back To Question