Hi,
I am using RadAjax panel on a page which uses multiview to load any ascx control based on a session parameter. Now this page is loaded in a RadWindow from a different page so I have a close button on this page which is when fired returns to parent. The thing is it works only if I use html button and bind onclick javascript to that. What I want is to use an asp.net button which when fired clears the session and then closes the page and return to parent.
Now if I remove RadAjaxPanel from the page it works properly and closes the page but then there is no ajax.
Can someone please help me out with this?
If I am not clear then here is what you need to do.
1. Create a page, put a button there which when clicked opens another page.
2. The second page which is opened should have Radmultiview and load any ascx control.
3. The ascx control which is loaded should have an asp close button, so that when it's clicked it clears a session and then closes itself and returns to the main page.
4. Everypage should use RadAjaxPanel.
I hope I am clear now.
Thanks
Atiq
I am using RadAjax panel on a page which uses multiview to load any ascx control based on a session parameter. Now this page is loaded in a RadWindow from a different page so I have a close button on this page which is when fired returns to parent. The thing is it works only if I use html button and bind onclick javascript to that. What I want is to use an asp.net button which when fired clears the session and then closes the page and return to parent.
Now if I remove RadAjaxPanel from the page it works properly and closes the page but then there is no ajax.
Can someone please help me out with this?
If I am not clear then here is what you need to do.
1. Create a page, put a button there which when clicked opens another page.
2. The second page which is opened should have Radmultiview and load any ascx control.
3. The ascx control which is loaded should have an asp close button, so that when it's clicked it clears a session and then closes itself and returns to the main page.
4. Everypage should use RadAjaxPanel.
I hope I am clear now.
Thanks
Atiq