Browse by Tags

24 August 2007
DNN+AJAX - Using CalendarExtender
This time, I want to know that is there something I have to do when using ASP .NET AJAX Control Toolkit in DotNetNuke module. So I decide to do some exploration on how to use it in DotNetNuke module. Based on DNN forums, there are some controls that doesn't work with DNN module. I think, all control... Read More...
24 August 2007
DNN+AJAX - Using Accordion
This is how to use ASP .NET AJAX Control Toolkit Accordion inside DotNetNuke module. The scenario is like this. Our Accordion control will be put in the UI. Then AccordionPane object will be created dynamically from code. I don't use declarative programming to construct AccordionPane object. Instead... Read More...
23 August 2007
Using ValidatorCalloutExtender
Someone has a problem when using ValidatorCalloutExtender in DotNetNuke module. Hopefully my article can solve his problem. Ok, let's begin. First, create your new module in Visual Studio using your favourite technique. Or maybe just load your existing module source into Visual Studio. Suppose that... Read More...