Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want use according extender for multi view in my webform asp.net
how to use accordion control for this view
i have a samples but i dont know how is this samples
plz help me to create this view .. very slow
Posted
Comments
Karthik Harve 23-Jun-12 2:03am    
what is the problem exactly you are facing..?? if possible add some code lines.
sadegh_rusta 23-Jun-12 10:51am    
Error 13 The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?) c:\users\sadegh\documents\visual studio 2010\Projects\WebApplication45\WebForm1.aspx.designer.cs 40 27 WebApplication45

1 solution

Following should give you enough material to read, learn and implement:
Creating a Simple Accordion [^]
How To Use Accordion and Accordion Pane Controls in Ajax Toolkit[^]

Step through, try out, if you are still not clear then post specific question.
 
Share this answer
 
Comments
sadegh_rusta 23-Jun-12 10:51am    
i do this simple from asp.net/ajaxlibrary
but i have a problem in run project
my error is :
Error 13 The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?) c:\users\sadegh\documents\visual studio 2010\Projects\WebApplication45\WebForm1.aspx.designer.cs 40 27 WebApplication45
Sandeep Mewara 23-Jun-12 11:17am    
Download the latest toolkit and install it on your system. You will have the AjaxControlTolkit.dll after installation.

Here: http://ajaxcontroltoolkit.codeplex.com/releases/view/87024

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