Blog

Posts Tagged ‘Dynamic Controls’

Dynamic Controls And The UpdateProgress Nightmare

Tuesday, June 10th, 2008

It’s one of the most common issues on the ASP.Net Web 2.0 era, how to add dynamic controls at server side… but that’s a well explored territory as you can check by simply googling it. As a reference I recommend this series of 4 articles. There are 2 problems not so easy to handle, the […]


Dynamic Controls, Ajax and ResolveUrl/ResolveClientUrl

Thursday, June 5th, 2008

I had this old button that besides the text renders an icon. The button control has been working for about 3 years and today I noticed it hadn’t been working for a while now. The issue I assumed is that the problem had something to do with the use of Ajax and the controls been […]