<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
error is like
error creation accordion tag prefix not registerd with web form
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Sep 2, 2013, 6:49 AM
try this code:
<cc1:AccordionPane
HeaderCssClass="accordionHeader"
HeaderSelectedCssClass="accordionHeaderSelected"
ContentCssClass="accordionContent">
cc1:AccordionPane>
.
.
.
cc1:Accordion>
NavazPosted Sep 2, 2013, 7:05 AM
Kunal VaishyaPosted Sep 2, 2013, 7:02 AM
NavazPosted Sep 2, 2013, 7:01 AM