Groups | Blog | Home
all groups > asp.net webcontrols > october 2003 >

asp.net webcontrols : show same datagrid twice in a page.



John Ninan
10/28/2003 2:21:16 PM
I have a query like this

"SELECT employeeID, employeeName FROM EMPLOYEE"

Which will return 1000 Rows.

I want to display two tables in the same page with 500
records each.

Datagrid 1 Datagrid 1
Emp ID Emp Name Emp ID EmpName
1 xxtte 501 Xx
2 xxttee 502 Yy
3 tteeww .
4 eewwww .
5 wwee .
.. .
.. .
.. .
.. .
500 wweew 1000 ttt


Can I use same datagrid to display out put like this is
ASP.NET (.aspx) page

Thanks in advance for the help,

John Ninan
Ashish Bhonkiya
10/29/2003 6:13:45 AM
correct me if i am wrong
its not possible to do something like this
then alternative way to do this is to use two datagrids

[quoted text, click to view]
AddThis Social Bookmark Button