-
Hi Mike, You can do it just like other controls. Here's a small example: <%@ Page Language="C#" %>
<%@ Register Assembly="AtlasControlToolkit" Namespace="AtlasControlToolkit" TagPrefix="atlasToolkit" %> < !DOCTYPE html PUBLIC "-//W3C//DTD...
-
I am running the latest build (July) of the framework and the control toolkit. I want to have an accordian that can dynamically be added to. I have an accordian and a button both within an Update Panel, when the user selects the button, I add a new Accordian Pane to the accordian and have the update...
-
Hey, So I have an Accordian setup with about 3 panes, each pane has a form view inside as well as an "Edit" "Ok" and "Cancel" Button. The ok and cancel buttons are not viewable unless the formview is in edit mode, so as soon as the page loads, the form is displayed with...
-
I have made an accordion with a "header" Pane, which stands out from the ones below it (click to close text or something like that would be easy enough). The contents of the pane are empty. This is an easy work around until the accordion works as requested.
-
I have mocked up some code to illustrate my point. The pane hides the expanded treeview (or doesn't expand along with it) and any controls under the treeview this may be considered a bug. I would like some input on how I could get around this. To see my point in action, expand the treeview in the...
-
Hi Jamie, Check out my response in this post: http://forums.asp.net/thread/1333093.aspx . I believe your problem in the first code snippet is that you don't have the expected hierarchy of div s and span s. In your second example, you should be able to access controls via Pane.HeaderContainer.FindControl...
-
Hi KFrancis, Is this problem happening because of the Accordion specifically? Have you tried to see if it works outside of an Accordion? My only thought is that for whatever reason the event handler isn't being properly wired up, but that shouldn't change after the first postback fires. Thanks...
-
Hi tony_c, Part of the problem is that you don't seem to have the right hierarchy of HTML elements. Check out the post http://forums.asp.net/thread/1333093.aspx to see how the divs and span should be nested. I would also recommend that you don't use the UpdatePanel as the TargetControlID. I'm...
-
hi !! I have entity Employee which is divided in 3 parts... I have put this employee details in Accordion Control.... Now i m gettting the details of employee in Datatable.... I want to bind this data to Accordion ..Can anyone know that how can i do that? I hve one idea that i can put lablel's there...
-
Hello everyone, Im having this problem for about two days now. I'm trying to do exactly the same as you guys. My aspx goes as follows: <% @ Page Language ="C#" MasterPageFile ="~/Auslesesoldaten.master" AutoEventWireup ="true" CodeFile ="Teste.aspx.cs" Inherits...