Hi Friends
I want to know that which tag is used to bind columns within the Asp.net:datagrid tags ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jun 28, 2012, 12:25 PM
First set AutoGenerateColumn False.Suppose you want to bind Id and Name.
Thanks