Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
GeneralDatView DataBinding using Parent relation Pin
Corneliu Tusnea7-Jun-04 15:32
Corneliu Tusnea7-Jun-04 15:32 
GeneralCreating Financial Chart control using C# Pin
sgeesala7-Jun-04 15:06
sgeesala7-Jun-04 15:06 
GeneralRe: Creating Financial Chart control using C# Pin
Dave Kreskowiak7-Jun-04 15:47
mveDave Kreskowiak7-Jun-04 15:47 
GeneralRe: Creating Financial Chart control using C# Pin
Heath Stewart8-Jun-04 3:39
protectorHeath Stewart8-Jun-04 3:39 
GeneralFile sharing query Pin
benglish727-Jun-04 14:49
benglish727-Jun-04 14:49 
GeneralRe: File sharing query Pin
Dave Kreskowiak7-Jun-04 15:35
mveDave Kreskowiak7-Jun-04 15:35 
GeneralRe: File sharing query Pin
benglish727-Jun-04 16:53
benglish727-Jun-04 16:53 
GeneralBig problem suffering from week Pin
IamADotNetGuy7-Jun-04 13:06
IamADotNetGuy7-Jun-04 13:06 
Hi To All
Yes the subject says a lot!!!
I have a webform which contains buttons, for one button i need to populate a modal dialog window and I will create a server object which will be in session in modal dialog.
But for the same button event I need to perform the insertion to database using session object which is created in modal dialog window.

The following is the code which will tell you what i am trying to do...
Response.write(openModalDialog);
str=Session["test"]//this will be created after I perform in modal dialog window
Database.insert(str)
please note that I am trying to execute all the lines in same button event
But i want to execute second and third line after i popup modal window and second should be executed once i close the modal window.

Please let me know if you have any idea on how to do that or any other way through which i can achieve.

Regards,


GeneralRe: Big problem suffering from week Pin
Heath Stewart8-Jun-04 3:32
protectorHeath Stewart8-Jun-04 3:32 
GeneralRe: Big problem suffering from week Pin
IamADotNetGuy8-Jun-04 3:46
IamADotNetGuy8-Jun-04 3:46 
GeneralButton click event Pin
sam chappidi7-Jun-04 12:36
sam chappidi7-Jun-04 12:36 
GeneralRe: Button click event Pin
Dave Kreskowiak7-Jun-04 13:31
mveDave Kreskowiak7-Jun-04 13:31 
GeneralRe: Button click event Pin
Heath Stewart8-Jun-04 3:28
protectorHeath Stewart8-Jun-04 3:28 
GeneralNewbie help with menu's & Windows Pin
Anonymous7-Jun-04 12:08
Anonymous7-Jun-04 12:08 
GeneralRe: Newbie help with menu's & Windows Pin
bneacetp7-Jun-04 14:25
bneacetp7-Jun-04 14:25 
GeneralRe: Newbie help with menu's & Windows Pin
Heath Stewart8-Jun-04 3:23
protectorHeath Stewart8-Jun-04 3:23 
Generalbooks Pin
surgeproof7-Jun-04 11:12
surgeproof7-Jun-04 11:12 
GeneralRe: books Pin
Heath Stewart7-Jun-04 11:20
protectorHeath Stewart7-Jun-04 11:20 
GeneralRe: books Pin
Dave Kreskowiak7-Jun-04 12:00
mveDave Kreskowiak7-Jun-04 12:00 
GeneralRe: books Pin
Uwe Keim7-Jun-04 22:18
sitebuilderUwe Keim7-Jun-04 22:18 
GeneralRe: books Pin
Heath Stewart8-Jun-04 2:34
protectorHeath Stewart8-Jun-04 2:34 
GeneralRe: books Pin
Uwe Keim8-Jun-04 2:41
sitebuilderUwe Keim8-Jun-04 2:41 
GeneralRe: books Pin
Heath Stewart8-Jun-04 3:20
protectorHeath Stewart8-Jun-04 3:20 
GeneralRe: books Pin
Uwe Keim8-Jun-04 3:36
sitebuilderUwe Keim8-Jun-04 3:36 
GeneralRe: books Pin
surgeproof9-Jun-04 10:07
surgeproof9-Jun-04 10:07 

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.