ASP.NET:Integrating many pages to one using jQuery UI dialog

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2009-06-04T07:19:38Z Indexed on 2010/03/14 12:05 UTC
Read the original article Hit count: 534

Filed under:
|
|

I have a four ASP.NET pages,Page 1.aspx,Page2.aspx,page3.aspx and page4.aspx.Normally the user will come to Page1 and then enter his data in the form elements.On clicking on the Go button Page 2 will come and so on up to page 4.Now i want to Integrate all of these items to A single page using jQuery LightBox/UI dialog modal popup.In my all pages i have server side code to do some Business logic.So I tried to Put the contents of page 2 in a panel and put it in the UI modal dialog and placed in page 1 and invoke the UI dialog from page 1 's button click.But my problem is I am not sure when i click on the button of the panel which is placed in the UI dialog, will trigger the server side code .I had some problems when i tried it earlier

http://stackoverflow.com/questions/876660/asp-net-with-jqueryui-text-box-value-is-getting-as-null-in-button-click-event

Please advice

Thanks in advance

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jquery-ui-dialog