Asp.NET and master-detail input?

O

Ozgur YASAR

Hi,

i need to be able to active;

on the first page a process is started with a (master) record insert and
it will open next page
on the next page a datagrid will be used to insert update delete detail
vales of the master record

finally the "save" button will actually save the inputs master-detail
records... i dont want to use flag values because it causes handling
problems (especially while editing on detail records)
i have tried to begin a transaction on the first page and end (commit) on
save button with some cache technics (with timeout) but its not a efficient
way..

what to do? com+? (i am a bit negative on that)

Thanks in advance

~~~~~~~~~~~~~~~~~~~~~~~~
Ozgur YASAR
Please remove "NO-SPAM" to reply.
 
S

Scott Allen

Hi Ozgur:

It sounds like you want a database transactions spanning two page
requests. This is generally a bad idea, because the transaction will
be open for a long time. Perhaps you could use a DataSet and
DataTables to cache the data until the user is sure they want to
commit the records.
 

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

Members online

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,823
Latest member
Nadia88

Latest Threads

Top