-
Is this possible? Can't find any reference that addresses this in the context below, which basically means splitting up the Detailsview with a number of Accordions: DetailsView Accordion 1 EditTemplate for Field 1 EditTemplate for Field 2 /Accordion 1 Accordion 2 EditTemplate for Field 3 EditTemplate...
-
Hi, I am having a UpdatePanel inside which I have placed a button and an Accordion control. When the button is clicked it is fetching some data from database and the records are being displayed in Accordion as different panes. Among these results is an ImageButton (with different image in every pane...
-
Hi, I was recently introduced to the AjaxCT, and found it very impressive indeed. I came across the following unrelated errors while working with the toolkit. Please have a look: PROBLEM 1 I have a login.aspx page, to which I have added a Login control. When I enter my login details and click on Submit...
-
I've got a simple user control that binds an ArrayList of strings to an Accordion and uses templates with binding expressions for rendering. Somehow after the first time the data is edited using the TextBox and LinkButton, further editing causes strange behavior. Are there known issues with Accordion...
-
Hi Guys, I have an Accordion that has a CheckBoxList in each AccordionPane. The Accordion's datasource is the selected US State's counties. On the ItemDataBound event handler of the Accordion, I bind the CheckBoxList's datasource to all the US Zip Codes of that particular county. So far so...
-
Hi boys, sorry for my english i already try a search on the forum but i don't found any answer. I'm use Ajax Control Toolkit and i use the Accordion Pane where in content i put an update panel with a roundbutton list and same listitem added at runt-time (at page_load) in contenttemplete area...
-
Simply put, it appears to be completely broke in 3.5. Joe's sample from his video works just fine in 2005/2.x but not in 2008/3.5 Based on [tons of] searches I've done today it appears I'm not the only one. Is there a fix for this and if so how do I go about dealing with it? Thanks Eric.
-
Hi guys: I encounter a very strange error. I'm using an Accordion control in my page,when click one header,there is a javascript error.So I debug this error use VS2005 and it direct to a *.axd file.The error statement is : var index=header._index; It seems to be an ajax script error. But when I run...
-
Hi Craig., did you got an answer for your query... guys iam also in the same situation surprisingly for the same scenario... displaying email,with necessary details on header and contents of mail in contents template is done... only things is displaying an image and test styling on the header has to...
-
Hi everyone I am using accodion control of ajax tool kit on the page to show the information of the employee in first Accordion pane. In second Accordion Pane I want to edit the information.when I clicked on Edit button in Accordion pane1,I want to redirect to accordion pane2 with the employeeId.and...