|
 |
aspx thread: Paging Master/Detail Information.
Message #1 by "raj" <rwave74@y...> on Sat, 21 Dec 2002 14:24:38
|
|
HI Guys,
I am developing a webform for viewing Master/Detail information. I
have more than 20 fields in each table.So i don't want to use dataGrid.How
can i do this? Can i get any samples?
Thanks in advance
raj74
Message #2 by "Lewis Bass" <lewis@t...> on Sat, 21 Dec 2002 10:45:40 -0800
|
|
USE THE DATAGRID!!
But to get the number of fields down in each column STACK THEM
by using template columns.
You can then put more than one field in the cell. I have had good
luck and my users have recieved this approach very well.
-----Original Message-----
From: raj [mailto:rwave74@y...]
Sent: Saturday, December 21, 2002 2:25 PM
To: ASP.NET
Subject: [aspx] Paging Master/Detail Information.
HI Guys,
I am developing a webform for viewing Master/Detail information. I
have more than 20 fields in each table.So i don't want to use dataGrid.How
can i do this? Can i get any samples?
Thanks in advance
raj74
Message #3 by "Rodney Majola" <MajolaR@a...> on Mon, 30 Dec 2002 12:55:06 +0200
|
|
U can still use a datagrid/Dataset but write your own select statement
containing just the fields u want; or u can just use a stored procedure
or a view with just the columns u're interested in ...
Rodney Majola
Software Developer
ApplyIT (Pty) Ltd
Unit 3 NDS House
9 The Boulevard
Westway Office Park
Westway
3635
majolar@a...
Tel: (xxx) xxx xxxx
Fax: (xxx) xxx xxxx
-----Original Message-----
From: raj [mailto:rwave74@y...]
Sent: 21 December 2002 04:25 PM
To: ASP.NET
Subject: [aspx] Paging Master/Detail Information.
HI Guys,
I am developing a webform for viewing Master/Detail information.
I
have more than 20 fields in each table.So i don't want to use
dataGrid.How
can i do this? Can i get any samples?
Thanks in advance
raj74
|
|
 |