Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have a accordion ajax toolkit
in this accordion is 3 accordion pane
i want edit content tag of this accordion pane in design view (of webform)
in webform.aspx view
i can only edit in source view now
Posted
Updated 26-Jun-12 5:48am
v2

1 solution

I had the same problem. I just now the following steps:

1) Create a test page.
2) Create the layout on the test page.
3) Copy the entire code and paste it inside the Content
4) Done!

Or a better option would be:

1) Create a CustomControl.
2) Create the layout on the CustomControl.
3) Put the CustomControl inside the Content
4) Done!
 
Share this answer
 
Comments
sadegh_rusta 27-Jun-12 6:11am    
how is layout?
Pankaj Nikam 27-Jun-12 8:03am    
Layout is easier to do it that way. You can put the contents inside a div and then copy paste that div inside the Content.
sadegh_rusta 27-Jun-12 16:28pm    
ok

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