Skip to main content

All Questions

Tagged with
0 votes
0 answers
19 views

fire event by click a control inside accordion

I have an Accordion that populate from database. If I click on a static control such a Button, event fires. But if I create dynamic Control Like LinkButton inside Accordion, event not works. on top of ...
Navid Abyazi's user avatar
0 votes
0 answers
40 views

Can accordian control main category href work?

When clicking the category, the accordion works, and the subcategories are listed in nav tab. But the href of category doesn't work. Links for subcategories work fine. The category link should work ...
themoonchild's user avatar
0 votes
0 answers
161 views

Menu accordion adding third level

I'm a beginner (and not a really good english-speaker :) ), and i want to bind my sitemapdatasource to an asp accordion. Its works well with two levels but it doesn't works with the third level I ...
soinc's user avatar
  • 1
0 votes
1 answer
356 views

Placing a repeater inside an AjaxToolKit Accordion

I am trying to use a repeater inside an AjaxToolKit Accordion. This is necessary because I need pagination within my DataList using a SQL stored procedure. It works fine if I place the repeater ...
Shane's user avatar
  • 542
0 votes
0 answers
62 views

How to scroll to bottom of page using JavaScript when accordion control is used in asp.net?

I want to scroll down to a text box control which is nested in accordion in ASP.NET. I have tried using AccordionExtender followed by the below script. function validate() { if (condition){alert("...
Syed's user avatar
  • 1
0 votes
2 answers
136 views

No data shown in Accordion of a repeater

In setting up a repeater, I have an accordion inside of it. When I run it, it does connect the data, the right number of times indicating that it binds correctly, but it is not displaying any ...
Wade Gregory Tripp's user avatar
0 votes
0 answers
169 views

Accordion Does not work

I have this Accordion in my website which works fine on computers but as i decrease screen it stops working and does not expand on clicking, i have seen everywhere and i have no idea why is this ...
Eternal's user avatar
  • 923
0 votes
1 answer
89 views

AJAX Accordion BREAKS when I add table into section

Novice developer here... I've recently discovered the AJAX accordion and it is perfect for what I am trying to create. I have created four sections/panes and I can switch between the panes smoothly. ...
Artical Don's user avatar
0 votes
1 answer
50 views

Trouble accessing control using JQuery

How do I use JQuery on a Web Forms Master Page to access the value of an HTML text input control, which resides in an Ajax Control Toolkit accordion pane, which resides on a Web Forms Content Page? I ...
midoriha_senpai's user avatar
0 votes
1 answer
1k views

Hide and show form (panel) onclick

I have a webform in c# asp.net, which includes adding some data to database. User has option to "add another product" or "checkout". If user clicks "add another product", current form should hide ...
aiden87's user avatar
  • 949
1 vote
0 answers
65 views

not show accordion menu in asp mvc

I create a website with asp mvc. I need to use this project in accordion menu . I added the following script : <script src="~/Areas/Scripts/jquery-3.1.1.js"></script> <link href="~/...
Kianoush's user avatar
0 votes
1 answer
1k views

Implement accordion within table and asp:repeater

I create table inside a repeater and the data appears correctly, it will be two records looks like in the image below. what i want: how to make accordion when user clicks on the deposit number(...
Fares Ayyad's user avatar
0 votes
1 answer
87 views

Javascript Accordion Doesnt Stay Expanded

On one of my pages for an ASP.NET/C# website I'm using a Javascript accordion to contain GridView controls that display information from a database. When I build the page and test it locally, I need ...
Aeternus's user avatar
0 votes
1 answer
250 views

AJAX ASP .NET Accordion Button Action

I have an accordion dynamically creating entries based on databind() record count. I am trying to attach a handler and call an action in C# code behind when they click a button. I need to delete by ...
user654936's user avatar
0 votes
1 answer
363 views

Saving state of a nested-accordion menu after postback

I have a nested accordion menu which i've populated with nested asp:Repeater controls on my page. When i've clicked the asp:Imagebutton, the page postbacks and my nested accordion menu closes. Is ...
Özgür's user avatar

15 30 50 per page
1
2 3 4 5
8