Master Details Data on web forms

  • Thread starter Thread starter SwatSoftwareDev
  • Start date Start date
S

SwatSoftwareDev

Hi all,

I have Master-Details-Details type of data i. e. every row of details table
is attached with multiple rows of third table. What is the best approach
(performance wise) to show this kind of Master Details Data on web forms ?
Thanks in advance.

Regards,
Swat
 
I have Master-Details-Details type of data i. e. every row of details table
is attached with multiple rows of third table. What is the best approach
(performance wise) to show this kind of Master Details Data on web forms ?
Thanks in advance.

If you're using ASP.NET 2.0, then the details view can certainly be used
for this. Just use the DetailsView SelectedValue as the index of a second
DetailsView.
 

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

Back
Top