ASP.Net 2.0 and Force Post Back ?

L

Luqman

I have created a page1.aspx with a button, when I click on button,
page2.aspx is opened on top of page1.aspx as a New Popup Window using
Javascript Window.Open.

Now, when I select the data on page2.aspx and close it with
Javascript.window.close(), the page1.aspx does not postback ?

Any idea how can I force the page1.aspx to PostBack.

Best Regards,

Luqman
 
J

jb

Luqman said:
I have created a page1.aspx with a button, when I click on button,
page2.aspx is opened on top of page1.aspx as a New Popup Window using
Javascript Window.Open.

Now, when I select the data on page2.aspx and close it with
Javascript.window.close(), the page1.aspx does not postback ?

Any idea how can I force the page1.aspx to PostBack.

Best Regards,

Luqman
Have look at ClientScript.GetPostBackEventReference(). You can use this
to postback clientside
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top