Will Atlas solve it ??
-
Hi, We have a web page with a menu on the left hand side of master page . On click of the menu, we want some content to be displayed but without the whole page getting refreshed. Using frames is one alternative but we are not game for that due to UI limitations. Will Atlas solve my issue? And if so can some one please let me know how? Any other solution is also most welcome. Thanks and Regards, jagmit
-
Hi, We have a web page with a menu on the left hand side of master page . On click of the menu, we want some content to be displayed but without the whole page getting refreshed. Using frames is one alternative but we are not game for that due to UI limitations. Will Atlas solve my issue? And if so can some one please let me know how? Any other solution is also most welcome. Thanks and Regards, jagmit
-
What are the UI limitations? If the UI doesn't even support frames, will it support the Javascript needed for Atlas? Have you considered using an iframe?
--- b { font-weight: normal; }
-
Thanx Guffa for ur reply . Actually we r using master page , how can i refresh only content page ?? Is it possible through any technique (like ajax or atlas update panel)? thanx & regards jagmit
jagmit20 wrote:
Actually we r using master page , how can i refresh only content page ??
You can't. Master pages is a tool that is used on the server when creating the page, it has no relevance at all for the page once it reaches the browser.
jagmit20 wrote:
Is it possible through any technique (like ajax or atlas update panel)?
Yes, you can place an element or update panel in the content page, and update it using AJAX or ATLAS.
--- b { font-weight: normal; }
-
jagmit20 wrote:
Actually we r using master page , how can i refresh only content page ??
You can't. Master pages is a tool that is used on the server when creating the page, it has no relevance at all for the page once it reaches the browser.
jagmit20 wrote:
Is it possible through any technique (like ajax or atlas update panel)?
Yes, you can place an element or update panel in the content page, and update it using AJAX or ATLAS.
--- b { font-weight: normal; }