Click here to Skip to main content
15,902,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Access Function in Page from App_Code??? Pin
code-frog15-Oct-06 9:21
professionalcode-frog15-Oct-06 9:21 
GeneralRe: Access Function in Page from App_Code??? Pin
Mike Ellison15-Oct-06 9:33
Mike Ellison15-Oct-06 9:33 
QuestionRefresh? Pin
drc_no115-Oct-06 7:43
drc_no115-Oct-06 7:43 
AnswerRe: Refresh? Pin
Guffa15-Oct-06 16:52
Guffa15-Oct-06 16:52 
GeneralRe: Refresh? Pin
miniThomas15-Oct-06 21:06
miniThomas15-Oct-06 21:06 
GeneralRe: Refresh? Pin
miniThomas15-Oct-06 21:07
miniThomas15-Oct-06 21:07 
QuestionPop Up Problem ... Pin
just3ala215-Oct-06 2:49
just3ala215-Oct-06 2:49 
AnswerRe: Pop Up Problem ... Pin
Guffa15-Oct-06 3:54
Guffa15-Oct-06 3:54 
You can't do that. If you close the window from the save button, the form will never get posted back to the server. Also, if you refresh the main page before posting the form, the changes will not show up on the main page as it will be loaded before the changes are made.

What you need to do is to put some Javascript in the page that is produced as a response after the form has been posted. The Javascript is simple:

window.opener.location.reload(true);window.close();


---
b { font-weight: normal; }

GeneralRe: Pop Up Problem ... Pin
just3ala215-Oct-06 20:22
just3ala215-Oct-06 20:22 
QuestionASP Menu Pin
Ahmed_soft14-Oct-06 23:19
Ahmed_soft14-Oct-06 23:19 
Questionsite map path [modified] Pin
kitokatakito14-Oct-06 22:59
kitokatakito14-Oct-06 22:59 
Questionasp Pin
athivak14-Oct-06 18:47
athivak14-Oct-06 18:47 
AnswerRe: asp Pin
Tad McClellan15-Oct-06 17:24
professionalTad McClellan15-Oct-06 17:24 
QuestionGood solution to updating site in ASP.NET 2.0 ??? Pin
devboycpp14-Oct-06 8:41
devboycpp14-Oct-06 8:41 
AnswerRe: Good solution to updating site in ASP.NET 2.0 ??? Pin
Tad McClellan15-Oct-06 17:22
professionalTad McClellan15-Oct-06 17:22 
Questionget value as a number Pin
TheEagle14-Oct-06 8:31
TheEagle14-Oct-06 8:31 
AnswerRe: get value as a number Pin
Guffa14-Oct-06 10:08
Guffa14-Oct-06 10:08 
GeneralRe: get value as a number Pin
TheEagle14-Oct-06 17:33
TheEagle14-Oct-06 17:33 
QuestionLinking data inside datagrid using ASP.net and VB scripting Pin
MohamedRadhi14-Oct-06 7:08
MohamedRadhi14-Oct-06 7:08 
AnswerRe: Linking data inside datagrid using ASP.net and VB scripting Pin
TheEagle14-Oct-06 8:51
TheEagle14-Oct-06 8:51 
Questionhow to call code behind using javascript Pin
max_dev2006@yahoo.com14-Oct-06 2:03
max_dev2006@yahoo.com14-Oct-06 2:03 
QuestionCrystal report Pin
SysJey14-Oct-06 1:05
SysJey14-Oct-06 1:05 
Questionupload gif/doc file to database Pin
Nizha J14-Oct-06 1:01
Nizha J14-Oct-06 1:01 
AnswerRe: upload gif/doc file to database Pin
Parwej Ahamad14-Oct-06 1:09
professionalParwej Ahamad14-Oct-06 1:09 
AnswerRe: upload gif/doc file to database Pin
postmaster@programmingknowledge.com15-Oct-06 2:23
postmaster@programmingknowledge.com15-Oct-06 2:23 

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.