ASP .NET Data Displays

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

Guest

Hello!

I have a question that has me stumped. I have a master-detail relationship
that I’m working with. What I want is a master row, and then below this, a
row that has an editable DataGrid with the details. Would the repeater
control to the job? I have tried using it, but can’t figure out how to bind
the detail data to the DataGrid that would display it. Do any of you have
ideas or articles to recommend?

Thanks
JMax
 
No, I don't believe the repeater allows editing. You can use a datagrid in
place of the repeater though. It would be two datagrids on the page, that
pushes a lot of traffic back and forth but its workable .

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 

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