954,202 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

A good example of Master/Detail INPUT webform

Does anyone know or has seen a good example for a Master/Detail INPUT WEBFORM, using Datagrids? I've seen a lot of examples of Master/Detail Display, but none of Master/Detail INPUT.

Thanks!

jbeteta
Newbie Poster
2 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

It works exactly like when your not using Master/Detail...

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

Yes, you're right. But maybe I would have to ask: if I want to add registers to Master table and to Detail table, then I would have to put one Add button for Master table and another Add button for Detail table. If I click an Add button, it could call another aspx page (consuming time) or... Could it be possible to work in the same aspx page where Master/Detail tables are? I meant that kind of examples.

jbeteta
Newbie Poster
2 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

Just make the add procedure for the master add a blank record to the master, and add a blank record to the detail linking it to the master, and rebind the detail in editing mode ;-).

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You