Click here to Skip to main content
16,017,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a "Accordion" in my form which is used to display a grid inside.
Accordion has 5 headers that are,

one
two
three
four
five

The form contains the following fields

name = textbox
department = textbox
Accordion heading= dropdown

In the page load i want to display a empty "Accordion" without grid.


2. After filling the form fields such as "name","department","Accordion heading" when the user click the "ADD" button it should check the dropdown field "Accordion heading".

3. if the user choose "one" then the values should added under the Accordion heading "one".
and the data should add according to the dropdown selected index change of an item.



Any help?
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900