1
Answer

how we will sorting in dynamically binded gridview

rajeev sharma

rajeev sharma

12y
1.1k
1
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???
Answers (1)
0
Kunal Vaishya
NA 4.1k 266.1k 12y

Dear
                you can sort using DataView First Assign DataSet Or Table in DataView And Sort it After Bind into DataGrid View.