Click here to Skip to main content
15,913,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Force the page to postback(update) from another page Pin
Chesnokov Yuriy14-Aug-09 1:24
professionalChesnokov Yuriy14-Aug-09 1:24 
GeneralRe: Force the page to postback(update) from another page Pin
Abhijit Jana14-Aug-09 1:31
professionalAbhijit Jana14-Aug-09 1:31 
QuestionRe: Force the page to postback(update) from another page Pin
Chesnokov Yuriy14-Aug-09 1:41
professionalChesnokov Yuriy14-Aug-09 1:41 
AnswerRe: Force the page to postback(update) from another page Pin
Abhijit Jana14-Aug-09 2:41
professionalAbhijit Jana14-Aug-09 2:41 
GeneralRe: Force the page to postback(update) from another page Pin
Parwej Ahamad14-Aug-09 1:15
professionalParwej Ahamad14-Aug-09 1:15 
QuestionRe: Force the page to postback(update) from another page Pin
Chesnokov Yuriy14-Aug-09 1:22
professionalChesnokov Yuriy14-Aug-09 1:22 
AnswerRe: Force the page to postback(update) from another page Pin
Parwej Ahamad14-Aug-09 1:24
professionalParwej Ahamad14-Aug-09 1:24 
GeneralRe: Force the page to postback(update) from another page Pin
Abhishek Sur14-Aug-09 1:15
professionalAbhishek Sur14-Aug-09 1:15 
Oh.. Is the second page is opening in a new window.

If so, just place a Javascript in the response.

this.ClientScript.RegisterStartupScript(typeof(Page), "myscript", "<script>window.opener.document.form[0].submit();</script>");


Or just

this.ClientScript.RegisterStartupScript(typeof(Page), "myscript", "<script>window.opener.location.href = "page.aspx";</script>"); 


Where page.aspx is the location of the other page.

Hope it works. I didnt tried it.

Thumbs Up | :thumbsup:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionRe: Force the page to postback(update) from another page Pin
Chesnokov Yuriy14-Aug-09 1:26
professionalChesnokov Yuriy14-Aug-09 1:26 
AnswerRe: Force the page to postback(update) from another page Pin
Abhishek Sur14-Aug-09 1:30
professionalAbhishek Sur14-Aug-09 1:30 
GeneralRe: Force the page to postback(update) from another page Pin
Chesnokov Yuriy14-Aug-09 1:44
professionalChesnokov Yuriy14-Aug-09 1:44 
GeneralRe: Force the page to postback(update) from another page Pin
Abhishek Sur14-Aug-09 2:19
professionalAbhishek Sur14-Aug-09 2:19 
QuestionDownload a file from db Pin
janani1314-Aug-09 0:10
janani1314-Aug-09 0:10 
AnswerRe: Download a file from db Pin
DoctorMick14-Aug-09 0:23
DoctorMick14-Aug-09 0:23 
GeneralRe: Download a file from db Pin
janani1314-Aug-09 0:26
janani1314-Aug-09 0:26 
GeneralRe: Download a file from db Pin
padmanabhan N14-Aug-09 0:46
padmanabhan N14-Aug-09 0:46 
QuestionUsing Hashtable in Web service..... Pin
Rohit Kulkarni14-Aug-09 0:05
Rohit Kulkarni14-Aug-09 0:05 
AnswerRe: Using Hashtable in Web service..... Pin
Parwej Ahamad14-Aug-09 0:12
professionalParwej Ahamad14-Aug-09 0:12 
Questioncommon Stored Procedure Pin
rinku soni 2314-Aug-09 0:03
rinku soni 2314-Aug-09 0:03 
AnswerRe: common Stored Procedure Pin
padmanabhan N14-Aug-09 0:08
padmanabhan N14-Aug-09 0:08 
AnswerRe: common Stored Procedure Pin
Parwej Ahamad14-Aug-09 0:09
professionalParwej Ahamad14-Aug-09 0:09 
AnswerRe: common Stored Procedure Pin
mylogics14-Aug-09 0:09
professionalmylogics14-Aug-09 0:09 
AnswerRe: common Stored Procedure Pin
Abhishek Sur14-Aug-09 0:17
professionalAbhishek Sur14-Aug-09 0:17 
Questiondropdownlist Pin
mylogics14-Aug-09 0:03
professionalmylogics14-Aug-09 0:03 
AnswerRe: dropdownlist Pin
padmanabhan N14-Aug-09 0:11
padmanabhan N14-Aug-09 0:11 

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.