Click here to Skip to main content
15,889,909 members
Home / Discussions / C#
   

C#

 
QuestionReset Panel Pin
picasso222-Oct-05 8:07
picasso222-Oct-05 8:07 
AnswerRe: Reset Panel Pin
Stefan Troschuetz22-Oct-05 8:30
Stefan Troschuetz22-Oct-05 8:30 
Questionwin32 API or DirectSound Pin
pakFari22-Oct-05 7:58
pakFari22-Oct-05 7:58 
AnswerRe: win32 API or DirectSound Pin
André Ziegler22-Oct-05 9:00
André Ziegler22-Oct-05 9:00 
GeneralRe: win32 API or DirectSound Pin
pakFari22-Oct-05 18:29
pakFari22-Oct-05 18:29 
GeneralRe: win32 API or DirectSound Pin
André Ziegler23-Oct-05 5:07
André Ziegler23-Oct-05 5:07 
GeneralRe: win32 API or DirectSound Pin
pakFari23-Oct-05 7:58
pakFari23-Oct-05 7:58 
GeneralRe: win32 API or DirectSound Pin
André Ziegler23-Oct-05 11:16
André Ziegler23-Oct-05 11:16 
GeneralRe: win32 API or DirectSound Pin
pakFari23-Oct-05 16:56
pakFari23-Oct-05 16:56 
GeneralRe: win32 API or DirectSound Pin
André Ziegler24-Oct-05 12:26
André Ziegler24-Oct-05 12:26 
QuestionUsing C++ class in C# project Pin
patgo22-Oct-05 7:42
patgo22-Oct-05 7:42 
AnswerRe: Using C++ class in C# project Pin
S. Senthil Kumar23-Oct-05 2:25
S. Senthil Kumar23-Oct-05 2:25 
QuestionRepeating an image instead of resizing it Pin
Melanius22-Oct-05 7:23
Melanius22-Oct-05 7:23 
QuestionHow to retrieve email address from exchange. Pin
Member 107077822-Oct-05 7:15
Member 107077822-Oct-05 7:15 
QuestionHow to fix the form location on the screen? Pin
majidbhutta22-Oct-05 6:50
majidbhutta22-Oct-05 6:50 
QuestionRe: How to fix the form location on the screen? Pin
sejal12312-Jan-09 19:52
sejal12312-Jan-09 19:52 
QuestionResizing of controls Pin
wasife22-Oct-05 6:09
wasife22-Oct-05 6:09 
AnswerRe: Resizing of controls Pin
MoustafaS22-Oct-05 6:52
MoustafaS22-Oct-05 6:52 
Questionunmanaged dll problems/questions Pin
FreeClimber22-Oct-05 5:52
FreeClimber22-Oct-05 5:52 
QuestionProblem in using DirectSound Pin
Anonymous22-Oct-05 3:12
Anonymous22-Oct-05 3:12 
AnswerRe: Problem in using DirectSound Pin
André Ziegler22-Oct-05 4:03
André Ziegler22-Oct-05 4:03 
Questionchanging image format Pin
XeoN-Kc22-Oct-05 2:16
XeoN-Kc22-Oct-05 2:16 
AnswerRe: changing image format Pin
Andrew Kirillov22-Oct-05 3:04
Andrew Kirillov22-Oct-05 3:04 
QuestionMemory consumption Pin
mohammad92922-Oct-05 2:15
mohammad92922-Oct-05 2:15 
QuestionHeader/Detail Approach Pin
dabuskol22-Oct-05 1:14
dabuskol22-Oct-05 1:14 
guys,

Can someone give me an Idea or link on how to handle a header / detail in my web application..

Scenario: Once the user completed the header information (textboxes) he will fill up the detail it can be many and at the same time the detail screen is on another page. After filling up the first ROW I will press the ADD button to create a header/detail record but in this case I dont want to save it directly to my SQL server until all the details has been done. Then, I press the SUBMIT button.

Can I do it in session variable or should I save it first to XML file then upon pressing the submit button I will save it to database.

Thanks.

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.