Click here to Skip to main content
15,910,878 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# 2010 formview control Pin
classy_dog14-Jun-12 3:45
classy_dog14-Jun-12 3:45 
QuestionDynamic Tabs-GridViews Pin
codekumark13-Jun-12 17:20
codekumark13-Jun-12 17:20 
Questionweb form 2010 working with data Pin
sc steinhayse13-Jun-12 12:17
sc steinhayse13-Jun-12 12:17 
AnswerRe: web form 2010 working with data Pin
R. Giskard Reventlov13-Jun-12 13:04
R. Giskard Reventlov13-Jun-12 13:04 
GeneralRe: web form 2010 working with data Pin
sc steinhayse13-Jun-12 15:38
sc steinhayse13-Jun-12 15:38 
Answerstaging table Pin
David Mujica14-Jun-12 2:31
David Mujica14-Jun-12 2:31 
GeneralRe: staging table Pin
sc steinhayse14-Jun-12 3:50
sc steinhayse14-Jun-12 3:50 
GeneralRe: staging table Pin
David Mujica15-Jun-12 3:50
David Mujica15-Jun-12 3:50 
Yes, this would be a real, server-side table (maybe more than one).

My idea is that when the user goes into "edit" mode, you would:
1) Generate a transaction ID which would be valid for the lifetime of the edit session
2) copy the necessary data from your primary tables to this staging area along with the Transaction ID for each record.
3) As the user navigates between the pages all edits are saved to this staging area
4) when the final "save" button is clicked all of the staging data associated with the Transaction ID would be applied to the primary tables and the staging data is deleted.

You will have to deal with abandoned transactions when the user just closes his browser and that staging data is neither applied or deleted. If your applicaiton has a logout page, then you could delete all staging data when the user logs out.

just a thought.
Vote if you find this helpful. Cool | :cool:
QuestionDesktop VB.WebServices application VS Native Web Applcation Pin
ilgrongo13-Jun-12 9:54
ilgrongo13-Jun-12 9:54 
AnswerRe: Desktop VB.WebServices application VS Native Web Applcation Pin
jkirkerx13-Jun-12 18:44
professionaljkirkerx13-Jun-12 18:44 
GeneralRe: Desktop VB.WebServices application VS Native Web Applcation Pin
ilgrongo13-Jun-12 20:39
ilgrongo13-Jun-12 20:39 
GeneralRe: Desktop VB.WebServices application VS Native Web Applcation Pin
jkirkerx14-Jun-12 7:56
professionaljkirkerx14-Jun-12 7:56 
QuestionLinkButton's Click Event Not Firing. Pin
kaycey9013-Jun-12 6:40
kaycey9013-Jun-12 6:40 
AnswerRe: LinkButton's Click Event Not Firing. Pin
jkirkerx13-Jun-12 11:12
professionaljkirkerx13-Jun-12 11:12 
Questionweb page size Pin
dipen mistry13-Jun-12 1:40
dipen mistry13-Jun-12 1:40 
AnswerRe: web page size Pin
Sandeep Mewara13-Jun-12 6:27
mveSandeep Mewara13-Jun-12 6:27 
AnswerRe: web page size Pin
jkirkerx13-Jun-12 11:15
professionaljkirkerx13-Jun-12 11:15 
Questionproblem in create web setup Pin
dipen mistry13-Jun-12 1:31
dipen mistry13-Jun-12 1:31 
AnswerRe: problem in create web setup Pin
Sandeep Mewara13-Jun-12 6:24
mveSandeep Mewara13-Jun-12 6:24 
QuestionLooking for a good basic image edition solution Pin
vValkir13-Jun-12 0:29
vValkir13-Jun-12 0:29 
AnswerRe: Looking for a good basic image edition solution Pin
jkirkerx13-Jun-12 12:10
professionaljkirkerx13-Jun-12 12:10 
AnswerRe: Looking for a good basic image edition solution Pin
Diana Weiss14-Jun-12 2:59
Diana Weiss14-Jun-12 2:59 
AnswerRe: Looking for a good basic image edition solution Pin
vValkir22-Jun-12 0:49
vValkir22-Jun-12 0:49 
QuestionFailed to Access ISS Metabase - error Pin
nvarunkumar12-Jun-12 23:31
nvarunkumar12-Jun-12 23:31 
AnswerRe: Failed to Access ISS Metabase - error Pin
Richard MacCutchan12-Jun-12 23:37
mveRichard MacCutchan12-Jun-12 23:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.