Hi,
I am using a tabcontainer in which there are three panels.I am having a drop down outside the tab container .Based on the selection in the dropdown I am binding dropdownlist,checkboxlist in the tabpanels of the container.My Problem is, when I select the Drop down outside the container, the page is getting reloaded always.Even the selection in the dropdown,checkboxlist in the tab panels the page is getting reloaded.How can I slove this????
I am using ajax updatepanel in each tab panel .I registered the controls in the page load as
ScriptManager.RegisterAsyncPostBackControl(Control);
I am getting error like only one instance of Scriptmanager can be used as there is one script manager defined in master page.
I added this line in each selectionchanged event "UpdatepanelID.Update();" What I have to add more to get the solution?????