Hi Team,
I have a table with structure below.
Col1 Col2 Col3 Col4 Col5
1 A 100 101 102
1 A 200 201 202
2 B 300 301 302
3 C 400 401 402
4 D 500 501 502
5 E 600 601 602
5 E 700 701 702
I have to bind the datas into a grdiview or formview like below
Col1 Col2 Col3 Col4 Col5
1 A 100 102 102
200 202 202
Paging 1 2
Regards
Sreejith A