mike
|
| Posted: 08/10/2004, 2:44 AM |
|
hello,
is it a problem to have more then one grid/repeater in one page...and whats about the submit/update/insert functions in this case... because in the final code is only one form tag!!..how is ccs handling this..i have more 3-5 grids (record/editable) on my page ...and all with custom insert (stored procedures)...is this possibel or/and complicated??
thanks
mike
|
|
|
 |
Fola
|
| Posted: 09/23/2004, 3:35 AM |
|
Sorry there has been reply to this request! I am having the same problem. I need a page with a master form and many detail editable grids.
Does anyone has suggestion? Or mike, have you had any solution yet?
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 09/24/2004, 2:29 AM |
|
Hello,
If you’re using a kind of master-detail forms what prevents you from using Grid and editable Grid forms? You can use Grid form master table and display only ONE record in a time passing primary key of master table to a page. Thus filter editable grid that contains corresponding details records on this value and edit records as you like.
Then move to another master record and so on.
_________________
Regards,
Nicole |
 |
 |
|