Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi can you please explain or share with code , i want to make table ,On each row of table is something like Subject(title)but clicking the row it show description of the tittle(summary)by expanding its length,when user click another row it close the description of previous selected row and open the description of second row..


Thanks
Posted

1 solution

It sounds like you want to design something like Accordian panel. If you are using Asp.Net then have a look at below link for "Asp.Net Ajax Accordian panel".

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Accordion/Accordion.aspx

In case if you want to do this using pure Javascript/Jquery then have a look at below links.

http://docs.jquery.com/UI/Accordion

http://jquery.bassistance.de/accordion/demo/

Cheers - Rais
 
Share this answer
 
Comments
ravinsit89 14-Sep-12 21:59pm    
Example are fine.actually i need for phone application (phone gap technology)..
RaisKazi 14-Sep-12 22:06pm    

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