Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: Improve Project Pin
PIEBALDconsult6-Sep-12 6:56
mvePIEBALDconsult6-Sep-12 6:56 
GeneralRe: Improve Project Pin
WebMaster6-Sep-12 7:06
WebMaster6-Sep-12 7:06 
GeneralRe: Improve Project Pin
PIEBALDconsult6-Sep-12 7:17
mvePIEBALDconsult6-Sep-12 7:17 
GeneralRe: Improve Project Pin
WebMaster6-Sep-12 7:27
WebMaster6-Sep-12 7:27 
AnswerRe: Improve Project Pin
PIEBALDconsult6-Sep-12 7:23
mvePIEBALDconsult6-Sep-12 7:23 
GeneralRe: Improve Project Pin
WebMaster6-Sep-12 7:29
WebMaster6-Sep-12 7:29 
AnswerRe: Improve Project Pin
Eddy Vluggen6-Sep-12 7:49
professionalEddy Vluggen6-Sep-12 7:49 
AnswerRe: Improve Project Pin
Gerry Schmitz6-Sep-12 9:08
mveGerry Schmitz6-Sep-12 9:08 
Sounds like you’re talking about a “transaction”.

Instead of multiple forms, it seems like a single form with multiple “tabs” of related information would be more effective.

Use the form to create a transaction for registering the student by first storing all data that is entered “locally”; in a local copy of the database or as XML on a local drive.

Cancelling the transaction is simple; you don’t commit to the “production” database and just delete the local copy.

If the transaction is complete and the student is to be registered, you post all the local data to the server in one step and then delete the local copy.
GeneralRe: Improve Project Pin
WebMaster6-Sep-12 9:11
WebMaster6-Sep-12 9:11 
AnswerRe: Improve Project Pin
RobCroll6-Sep-12 15:36
RobCroll6-Sep-12 15:36 
Questionprecision of digits durring conversion Pin
Fred 346-Sep-12 5:01
Fred 346-Sep-12 5:01 
AnswerRe: precision of digits durring conversion Pin
Pete O'Hanlon6-Sep-12 5:09
mvePete O'Hanlon6-Sep-12 5:09 
AnswerRe: precision of digits durring conversion Pin
Dave Kreskowiak6-Sep-12 5:34
mveDave Kreskowiak6-Sep-12 5:34 
AnswerRe: precision of digits durring conversion Pin
PIEBALDconsult6-Sep-12 5:39
mvePIEBALDconsult6-Sep-12 5:39 
QuestionC# visual studio 2010 Pin
Member 94105226-Sep-12 3:57
Member 94105226-Sep-12 3:57 
AnswerRe: C# visual studio 2010 Pin
Pete O'Hanlon6-Sep-12 4:01
mvePete O'Hanlon6-Sep-12 4:01 
AnswerRe: C# visual studio 2010 Pin
Member 94105226-Sep-12 4:17
Member 94105226-Sep-12 4:17 
GeneralRe: C# visual studio 2010 Pin
Pete O'Hanlon6-Sep-12 4:48
mvePete O'Hanlon6-Sep-12 4:48 
QuestionC# using linq Pin
classy_dog6-Sep-12 3:45
classy_dog6-Sep-12 3:45 
AnswerRe: C# using linq Pin
Pete O'Hanlon6-Sep-12 4:02
mvePete O'Hanlon6-Sep-12 4:02 
AnswerRe: C# using linq Pin
Clifford Nelson6-Sep-12 13:48
Clifford Nelson6-Sep-12 13:48 
Questionsize of fileupload Pin
ptvce5-Sep-12 21:13
ptvce5-Sep-12 21:13 
AnswerRe: size of fileupload Pin
Shameel5-Sep-12 22:56
professionalShameel5-Sep-12 22:56 
AnswerRe: size of fileupload Pin
Pete O'Hanlon5-Sep-12 23:37
mvePete O'Hanlon5-Sep-12 23:37 
QuestionC# WinService starts in win7 but not in win2088 Pin
Daniel Jansson5-Sep-12 20:56
Daniel Jansson5-Sep-12 20:56 

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.