Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > show same datagrid twice in a page.

Reply
Thread Tools

show same datagrid twice in a page.

 
 
John Ninan
Guest
Posts: n/a
 
      10-28-2003
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

 
Reply With Quote
 
 
 
 
Ashish Bhonkiya
Guest
Posts: n/a
 
      10-29-2003
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

>-----Original Message-----
>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
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using show() twice - matplotlib wrair Python 0 09-06-2006 02:10 PM
twice(twice(x)) Kiuhnm C++ 2 04-01-2006 04:41 PM
DataGrid EditItemCommand : must click twice to make DataGrid Editable Diane ASP .Net Datagrid Control 5 11-09-2005 09:54 AM
BUG! needs to click button twice to show the summary info! Jos ASP .Net 3 11-15-2004 08:34 PM
Same user twice in the same aspx.. Rajesh.V ASP .Net Web Controls 0 08-06-2003 06:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57