hello,
i am using a gridview of around 20-21 columns. so there is coming the problem of horizontal scrolling.
how can i divide it into 2 parts or what is the right way to display this gridview on a same page without hiding any row.
please suggest me the right answer.
thank you.
Loading

Deepak VermaPosted Sep 7, 2012, 3:12 AM
Place the gridview inside the
Deepak VermaPosted Sep 8, 2012, 2:16 PM
Refer to this article
Deciding When to Use the DataGrid, DataList or Repeater
Note: In this article you you'll read about DataGrid and DataList. The same apply to GridView and ListView (plus extra features), because these controls are successors of DataGrid and DataList respectively.Priyank KharePosted Sep 8, 2012, 1:05 AM
i've one another question related to this gridview.
in my website gridview is using in almost everypage.
if i dont want to display records using gridview, then what should i do to display records and perform all the operations like add,edit,update,delete.
please reply.....