Search

You searched for the word(s): userid:705802

Matching Posts

  • Re: Error adding a tab to a TabPanel

    Yes, I was recreating all the tabs, but in Page_load, not Page_Init. That solved my problem with the exception. Thanks
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mmahrle on 2/14/2007
    Filed under: TabContainer, TabPanel, AJAX Control Toolkit
  • Re: Error adding a tab to a TabPanel

    I have seen a similar problem. I have a TabContainer control that I populate with TabPanels programmatically based on the conteents of a SQL database. The initial display of the page works great. However, if I cause a postback (in my case by a button) the TabContainer LoadClientState function gets called and throws the "Argument of of range of valid values" exception because the client state string indicates that there are x number of active tabs in the tab control, but they don't exist yet because
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mmahrle on 2/13/2007
    Filed under: TabContainer TabPanel, AjaxControlToolkit, Ajaxtoolkit Tabs
  • Re: TabControl-TabCollection error - argument was out of the range of valid values... When adding TabPanels dynamically from code

    Hi, I'm having the same issue. I have a tabcontainer to which I dynamically add tabpanels in code-behind. When I postback, using a button, I get the same argument out of range error when the tabcontainer code is calling LoadClientState. The state string indicates that it has a number of active tabs (the number that I added), but they don't exist at this point because thay haven't been recreated. Is there a way to modify the client state so that it doesn't think those tabs exist before they've been
    Posted to ASP.NET AJAX UI (Forum) by mmahrle on 2/13/2007
    Filed under: postback, "AJAX Toolkit", "TabPanel"
Page 1 of 1 (3 items)