Postback
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all...can any1 plz help me... i hav 2 pages...the main form called frmMain.aspx and a popup page called frmPopup.aspx which is called via javascript...window.open. im trying to force my main page to postback when i click close on my popup form...how can i do this?
living life on the flip side
-
Hi all...can any1 plz help me... i hav 2 pages...the main form called frmMain.aspx and a popup page called frmPopup.aspx which is called via javascript...window.open. im trying to force my main page to postback when i click close on my popup form...how can i do this?
living life on the flip side
-
Why don't you just Redirect to your main page. Try something like Response.Redirect("frmMain.aspx");