GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet
Go To First  |  Previous Question  |  Next Question 
 DotNet  |  Question 45 of 165    Print  
What tags do you need to add within the asp:datagrid tags to bind columns manually.

  
Total Answers and Comments: 3 Last Update: January 16, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 23, 2005 01:15:47   #1  
Rajasekaran        

RE: What tags do you need to add within the asp:datagrid tags to bind columns manually.
tag is used to add the column in the datagrid
 
Is this answer useful? Yes | No
September 26, 2005 07:10:57   #2  
RaghuRam        

RE: What tags do you need to add within the asp:datagr...
Template Column Tags to be used for add columns to datagrid manually.Hear is the code to add user photo column by manually.Header style and Itemstyle tags are used for to set the column styles.User PhotoView Photo
 
Is this answer useful? Yes | No
January 16, 2006 04:50:27   #3  
samiksc Member Since: October 2005   Contribution: 233    

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

<asp:BoundColumn> is the tag you usually use to add a bound column. You may also use

<asp:TemplateColumn>

<ItemTemplate>< #... ></ItemTemplate>

</asp:TemplateColumn>

to add a bound column to a datagrid.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape