Search my blog articles

Monday, May 09, 2005

Posting events within a modal window.

Recently I was faced with a problem of using Grid control inside a modal window. The problem was the grid control would not perform postbacks withing the Modal window. Any postbacks were transfered to the parent windows which called the modal window.

I solved it by using an intermediary containing aspx page. So, the parent page which invokes the modal window is Page1.aspx. The second page page2.aspx will be displayed inside the modal window. The Intermediary page which hosts the Page2.apsx is called the pagei.aspx.

Anyone interested please comment on this thread, I will send u detail code. Unable to upload due to time contraints.

No comments: