Browse By Tags

  • Update Panel not working with UltraWebTab control when ContentPageUrl is set and UserControls are used

    I am using ultrawebtab control in a web page Page1 on my asp.net 2.0 website(visual studio 2011). On the first tab i have contentpageurl referring to another web page Page2, which have 6 different user controls. Now i want to display all these 6 different…

  • UltraWebTab - Load on Demand Sample?

    Hello,

    We're currently evaluating Infragistics and Telerik ASP.NET toolkits for our dev shop - one of the scenarios we're looking at is loading the contents of a tab on demand (only when selected - so we don't need to load all data on the page load…

  • Tab not selectable upon async post back on Safari

    Hi,

     

    I'm running in to a problem where I cannot seem to select tabs upon an async postback. I'm using a ASP.NET Multiview control within which the UltraWebTab sits. It works fine on IE & Firefox but not on Safari. I've only tried Safari 4.0.…

  • WebTab: executes Add button code twice.

    In my application there are two update panel. One in master page and another in child page. Based on item selection on master page we are populating child page. Now in child page we have placed UltraWebTab control inside the update panel and one of the…

  • Dynamically Created Tabs and OnDemand Loading

    I have a page that has a number of tabs that are loaded from a database table (just a simple mapping of items).

    Each tab has a very complex usercontrol, consisting of 2 complex child usercontrols . First one for filtering data, second one for viewing…

  • Improve Performance of UltraWebTab

    I've got a web page with an 8.1 ultraweb tab control that has a number of tabs on it (8). Each tab is populated by an ascx (asp control) page. The site is setup to bring all of the data in and populate each tab as the initial page is loaded. I would…