Interview Questions

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

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

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

Answer1:
Set AutoGenerateColumns Property to false on the datagrid tag

Answer2:
tag and either or tags (with appropriate attributes of course)

(Continued on next question...)

Other Interview Questions