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

Showing Answers 1 - 4 of 4 Answers

Binda Joshi

  • Mar 10th, 2005
 

Column tag and an ASP:databound tag.

  Was this answer useful?  Yes

Sachin Ambekar

  • Mar 25th, 2005
 

Inside tag in asp:Datagrid we set Text attribute to<%= #container.Eval(databinder.dataitem,"Col_Name") %>

  Was this answer useful?  Yes

santhosh

  • Jun 17th, 2005
 

AutoGenerateColumns="False"

  Was this answer useful?  Yes

swag

  • Dec 28th, 2005
 

Set the AutoGeneratedColumn = fasle

<Column>

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

</Column>

hope it'll work 4 u.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions