AJAX scriptmanager in master page
-
i created master page with main menu(.NET control) and i added the script manager frist then the updatepanel and then i insert the menu in the updatepanel,but when i navigate the pages the menu still post-backes... if i but a button it worked ok...... so any ideas? regrds
-
i created master page with main menu(.NET control) and i added the script manager frist then the updatepanel and then i insert the menu in the updatepanel,but when i navigate the pages the menu still post-backes... if i but a button it worked ok...... so any ideas? regrds
I am not an AJAX expert but I don't think you can navigate from one page to another without postback.AJAX works on the button because it causes postback to the page itself.
-
I am not an AJAX expert but I don't think you can navigate from one page to another without postback.AJAX works on the button because it causes postback to the page itself.
exactly.... the menu is in the master page....so y the menu is redrawan when i navigate.technically i still in the master page so the palce holder wich contains the navigated page is postback but menu apears that it is also postback thx