how we will sorting in dynamically binded gridview
how we sorting in dyanamically binded gridview and also a textbox and a dropdownlist with binded columns of this gridview so how we create search with columns in this gridview???
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.
Kunal VaishyaPosted May 16, 2012, 9:02 AM
you can sort using DataView First Assign DataSet Or Table in DataView And Sort it After Bind into DataGrid View.