is this a problem...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

what are some advantages/disadvantages of putting the datagrid of master
records and the details fields all on one aspx page?

For example, first show the datagrid of records and when a record is
selected, hide the datagrid and show the details fields.

thanks,
rodchar
 
rodchar it all depends on how much space you have left on the page..
you could navigate to another page or use Windows popup..
If you do it on the same page you won't have to worry much of passing the
parameters to another page
etc..
And for me on the same page looks much cleaner if you have space or if your
detail data isn't large
Patrick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

sync issue 2
gracefully move from details page 4
how do you do this? 2
datagrid selected item 4
datagrid property builder 2
datagrid question 3
Retain DataGrid contents between postbacks 2
is this possible? 2

Back
Top