Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFile Upload Filter? in VB ASP .net Pin
saberbladez15-Jan-09 16:23
saberbladez15-Jan-09 16:23 
AnswerRe: File Upload Filter? in VB ASP .net Pin
N a v a n e e t h15-Jan-09 19:04
N a v a n e e t h15-Jan-09 19:04 
QuestionWhat is your preferred implementation for AJAX modal popups? Pin
Member 391904915-Jan-09 9:32
Member 391904915-Jan-09 9:32 
AnswerRe: What is your preferred implementation for AJAX modal popups? Pin
Not Active15-Jan-09 9:39
mentorNot Active15-Jan-09 9:39 
QuestionHoverMenu Inside Repeater Control Pin
bgates197015-Jan-09 9:21
bgates197015-Jan-09 9:21 
QuestionTrying to redirect the parent page from popup Pin
Ekjon15-Jan-09 8:22
Ekjon15-Jan-09 8:22 
AnswerRe: Trying to redirect the parent page from popup Pin
TylerBrinks15-Jan-09 8:42
TylerBrinks15-Jan-09 8:42 
GeneralRe: Trying to redirect the parent page from popup Pin
Ekjon15-Jan-09 9:20
Ekjon15-Jan-09 9:20 
I've found this in the parent's source:
onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$txtChange\',\'\')', 0)"

But what would be the syntax to call this from the popup window script? Do I call it after changing the value? like:
Response.Write("<script language='javascript'>function changeParent(){window.opener.document.getElementById('ctl00$ContentPlaceHolder1$txtChange').value='Change';<br />
__doPostBack(\'ctl00$ContentPlaceHolder1$txtChange\',\'\')', 0);<br />
}window.close();</script>");<br />


Thanks.
GeneralRe: Trying to redirect the parent page from popup Pin
TylerBrinks15-Jan-09 11:55
TylerBrinks15-Jan-09 11:55 
Questiontable row Pin
netJP12L15-Jan-09 6:38
netJP12L15-Jan-09 6:38 
AnswerRe: table row Pin
ToddHileHoffer15-Jan-09 7:25
ToddHileHoffer15-Jan-09 7:25 
QuestionURL Confusion Pin
Tristan Rhodes15-Jan-09 6:35
Tristan Rhodes15-Jan-09 6:35 
AnswerRe: URL Confusion Pin
ToddHileHoffer15-Jan-09 7:26
ToddHileHoffer15-Jan-09 7:26 
GeneralRe: URL Confusion [modified] Pin
Tristan Rhodes15-Jan-09 22:40
Tristan Rhodes15-Jan-09 22:40 
GeneralRe: URL Confusion Pin
ToddHileHoffer16-Jan-09 2:11
ToddHileHoffer16-Jan-09 2:11 
GeneralRe: URL Confusion Pin
Tristan Rhodes16-Jan-09 5:23
Tristan Rhodes16-Jan-09 5:23 
Questiongridview Pin
mihirkul15-Jan-09 6:07
mihirkul15-Jan-09 6:07 
AnswerRe: gridview Pin
ToddHileHoffer15-Jan-09 7:23
ToddHileHoffer15-Jan-09 7:23 
QuestionSys.WebForms.PageRequestManagerParserErrorException Pin
pmartike15-Jan-09 6:04
pmartike15-Jan-09 6:04 
AnswerRe: Sys.WebForms.PageRequestManagerParserErrorException Pin
CoolFire4eva19-Feb-09 17:35
CoolFire4eva19-Feb-09 17:35 
QuestionProcedure and Codebehind Problem Pin
monika_vasvani15-Jan-09 5:55
monika_vasvani15-Jan-09 5:55 
Answer[Formatting] Procedure and Codebehind Problem Pin
Scott Dorman15-Jan-09 6:20
professionalScott Dorman15-Jan-09 6:20 
AnswerRe: Procedure and Codebehind Problem Pin
Scott Dorman15-Jan-09 6:24
professionalScott Dorman15-Jan-09 6:24 
Questiononselectedindexchanged Pin
Franklinlloyd15-Jan-09 5:16
Franklinlloyd15-Jan-09 5:16 
AnswerRe: onselectedindexchanged Pin
Scott Dorman15-Jan-09 5:31
professionalScott Dorman15-Jan-09 5:31 

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.