Browse by Tags

Related Posts

  • Linkbuttons in a TabContainer lose the active tab

    Hi, I have a tabcontainer with a couple of panels. If I have a Button in each panel then clicking the button posts the page back and the tab panel I was in remains active/visible. BUT if I put a link button in Panel 2 and click that then the tabcontainer resets to the first panel. Here is a simple example...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by AndrewJGarner on 02-14-2007, 12:00 AM
    Filed under: Tabs, ajax, LinkButton, AJAX Control Toolkit, TabContainer, TabPanel, TabContainer and TAB Control, TabPanel Tabs TabContainer, TabContainer TabPanel
  • TabContainer in Iframe

    I have struggled with a trvial issue when using a tabcontainer control in an Iframe for almost 1.5 days and would like to share the cause and solution. I was using a Masterpage frame work with aspx pages being loaded into an Iframe. In one of the aspx pages when I started using TabContainer control from...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by madupu on 05-11-2007, 12:00 AM
    Filed under: ajax, TabContainer, TabContainer TabPanel iFrame, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, Ajaxtoolkit Tabs, "AJAX Toolkit", Accordianjax Control Toolkit
  • Create a ContentTemplate Dynamicly in TabPanel

    Hi, I need read a XML file and create a dynamic tabs and the contents. I tried this to make a test: AjaxControlToolkit. TabPanel tbpanel = new AjaxControlToolkit. TabPanel (); tbpanel.HeaderText = "Tab 01" ; tbpanel.ContentTemplate = "Content"; Tabs.Tabs.Add(tbpanel); But the Content...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Kismajoros on 06-01-2007, 12:00 AM
    Filed under: AJAX, TabContainer
  • TabContainer weird issue..

    Hi all I am running the TabContainer in an ASP.NET 2.0 page (C# codebehind) and am having a very weird issue whenever the control receives any signal, including MouseOver or Click - the entire content pane of its parent page shrinks (X and Y) - no other controls on the page seem to do it. what is on...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by stoland on 06-19-2007, 12:00 AM
    Filed under: hovermenu bug, ajax, TabContainer, TabContainer and TAB Control, TabContainer TabPanel iFrame, TabContainer TabPanel, TabContainer Disable Enable, TabContainer and TAB Control Tooltip, tabContainers, "AJAX Toolkit", TabContainer and TAB Control and UpdatePanel, "TabContainer", TabContainer and TAB Control and UpdatePanel - Disable grayed out, tab tabpanel tabcontainer, __doPostBack, tab tabpanel updatepanel, Tab ITemplate AJAX.NET, tab container, tab panel, tabchanged
  • Adding Controls to an UpdatePanel dynamically

    I am attemtping to add a tabbed control to an UpdatePanel that is created during a web part's CreateChildControls function. The intention is to have a timer scroll throught the tabs displaying content until a user selects one of the tabs. The tab control work great when it is added to the web part...
    Posted to ASP.NET AJAX UI (Forum) by david.mcwee on 07-24-2007, 12:00 AM
    Filed under: UpdatePanel nesting dynamically, ajax, WebParts, TimerControl, ajax update panel, "AJAX Toolkit", TimerControl asp:Timer, Update Panel, control, TimerControl AJAX, Dynamic, Timer, "TabPanel", "Update Panel", "TabContainer", Dynamic Controls, Ajax UI, tab panel, ajax 1.0, "WebParts", AJAX toolkit, C#, asp.net, TabPanel, TabContainer, AJAX 1.0 UpdatePanel, Ajax Control Toolkit 1.0, Dynamically, UpdatePanel ajax, Ajax Controls, asp.net ajax updatepanel
  • How do I reference a public property on a page from within a custom control (ascx file) used on that page?

    G'day all, You've probably got a quick answer for this - have a read. In my default.aspx page I have a TabContainer with 6 tab panels. Each tab panel uses a custom control (check.ascx) that I've created which contains a button and some code. When the User clicks the button, the onclick event...
    Posted to Web Forms (Forum) by dotdodont on 08-17-2007, 12:00 AM
    Filed under: ajax, bug, custom controls, ascx, tab, circular reference, TabContainer
  • tabcontainer. making tabs visible/invisible from tabpanelheader click and button click. no page reload.

    I tried to make tabpanels visible/invisible when user clicks a tab panel or a button (without reloading the page). I put a button in an update panel and it's click event (in code-behind) calls the function makeTabsVisible subroutine below. However it did not work. Please Help!! ( if possible please...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mark2 on 08-24-2007, 12:00 AM
    Filed under: Tabs, ajax load complete page end, ajax, ASP.NET AJAX Control Toolkit, AjaxControlToolkit, AJAX Control Toolkit, ASP.NET AJAX Control Toolkit troubleshooting, IE6, ajaxToolkit, TabContainer, TabPanel, TabContainer TabPanel iFrame, TabPanel Tabs TabContainer, TabContainer TabPanel, TabContainer Disable Enable, Ajaxtoolkit Tabs, TabContainer and TAB Control Tooltip, tabContainers, "AJAX Toolkit", TabContainer and TAB Control and UpdatePanel, "TabContainer", "Trigger", AJAX Toolkit, tab tabpanel tabcontainer, AJAX Control Toolkit help, Tab ITemplate AJAX.NET, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control Creating adding Images ReportHeader ITemplate, ajaxcontrolkit, TapPanel UserControl Dynamic, asp net tab tabbed panel ajax, TabPanel Tabs TabContainer Web part, ajaxToolkit TabContainer, ActiveTab Change, tab container, tab panel, tab container and tabcontainer and ajax and excel, tabpanel Tabs TabContainer html, AjaxTabs, tabpanels width, tab container and tabcontainer and ajax, tab container and update panel, ajax updatepanel, tabpanel Tabs TabContainer html Validator, AJAX ASP.NET, AJAX .NET, TabContainer not show when loading page in an Web Application, TabContainer caching, ajax control Toolkit hovermenu, TabPanel Tabs TabContainer dynamic Ajax, ASP.NET 2.0<AjaxToolKit, TabPanel Tabs TabContainer dynamic Ajax UpdatePanel FireFox onclientclick javascript, Tab container Tab Panel Navigation, Tab container and Tab panel, "update Panel", "AJAX Toolkit" "Ajax Control Toolkit"
  • Invalid postback or callback argument, use the ClientScriptManager.RegisterForEventValidation

    I am trying to use Ajax TabContainer and TabPanel for my classifieds category. In tab panel "By Location", the dropdown controls are working for first time. When I click browser "Back" button and again select the tab "By Location" and select the country, it gives me the...
    Posted to Classifieds Starter Kit (Forum) by mysampath on 10-27-2007, 12:00 AM
    Filed under: tabpanel, viewstate, tabcontainer, ajax, asp.net ajax
  • Tab Container in Web Form

    I am trying to put a AJAX Tab Container on my webform.aspx and it is saying that I need a script manager (which I know) but it will not allow me to put a script manager in because I do not have a master page and an asp:content tag. Does this mean that it is not possible to use AJAX unless you have a...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by bdog17 on 02-01-2008, 12:00 AM
    Filed under: AJAX, TabContainer
  • dynamically creating TabPanels in AJAX

    HI is their any way to create TabPanels inside TabContainer of AJAXToolKit. I want to create tabpanels depending upon the states names in Database.
    Posted to ASP.NET AJAX UI (Forum) by barrysuku on 10-18-2007, 12:00 AM
    Filed under: AJAX, database, AjaxToolkit, TabPanel, tabcontainer
Page 1 of 1 (10 items)