Feeds:
Posts
Comments

Archive for the ‘AjaxControlToolkit’ Category

In web application accordion is a very nice using. By using that you can make you website good looking and in a small space you cam put many things. Here am giving you example of a dynamic Accordion which i am loading from a XML file.
To create that using AjaxControlToolkit. In AjaxControlToolkit a control named [...]

Read Full Post »

I was workign with a small application where i create Accordion runtime. I i got problem for that the problem was “The TargetControlID of ‘_AccordionExtender’ is not valid. The value cannot be null or empty”. I wrote codes like that

Finally got the solution just add accordion.ID = “AccordionID” and this problem is solved. So the fixed code is look like that

Read Full Post »