Often times, I have encounter questions regarding dynamically creating controls, specifically ones related to the ASP.NET AJAX Control Toolkit. Today, I was working with an application where I needed to create a dynamic CalendarExtender and thought I would post the results. Here is a simple example of how to create a dynamic CalendarExtender from code-behind: [...]
Dynamic AJAX Control Toolkit – Calendar Extender
Often times, I have encounter questions regarding dynamically creating controls, specifically ones related to the ASP.NET AJAX Control Toolkit. Today, I was working with an application where I needed to create a dynamic CalendarExtender and thought I would post the results. Here is a simple example of how to create a dynamic CalendarExtender from code-behind: [...]