Can someone tell me how to use SPGridView plzzz, I want to know how it works, Do I neeed to create a data table first then add it to table or create table first then add table to SPGridView.
I need it in a webpart.
Regards Sophia
|
Can someone tell me how to use SPGridView plzzz, I want to know how it works, Do I neeed to create a data table first then add it to table or create table first then add table to SPGridView. I need it in a webpart. Regards Sophia |
|||
|
|
|
If table you want to bind SPGridView control with is SQL table then you can simply bind SPGridView with your SQL table, I would explain it in details but its already explained properly in this similar type of question, |
|||
|
|