Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: CSS

Dynamic Control ViewState Problems

Technorati Tags: ViewState,ASP.NET The ID Property is Important I’ve encountered quite a few developers having ViewState problems with dynamic controls.  Ever have a control get recreated, but the value isn’t there on PostBack and you are creating your controls at the correct time?  Frustrating to say the least.  Anyway, even if you follow the correct [...]

Also posted in .NET, ASP.NET, C# | Tagged | Comments closed

AJAX Control Toolkit – Layout Problems

Technorati Tags: AJAX,AJAX Control Toolkit,CSS,ASP.NET A real common problem with using the AJAX Control Toolkit revolves around the rendering of the controls.  Taking an example from the ASP.NET Forums, let’s say you have a Tab Control on your page.  Everything looks ok, and then you run it.  You notice that there is a weird space [...]

Also posted in AJAX, AJAX Control Toolkit, ASP.NET | Tagged , | Comments closed

Modal UpdateProgress for UpdatePanel – Revisited

Technorati Tags: ASP.NET,AJAX,UpdatePanel,UpdateProgress Back in September 2007, I posted an article which described a way to "disable" an UpdatePanel (or more specifically an entire page) by using a modal UpdateProgress control.  This solution would allow developers to stop users from clicking on other items on the page while the UpdatePanel is processing.  The premise behind [...]

Also posted in AJAX, ASP.NET | Tagged , | Comments closed

AJAX Control Toolkit – Tab Control – Themes

There seems to be a lot of issues on the ASP.NET Forums with “Theming” the AJAX Control Toolkit’s Tab Control. There are lots of requests for samples (one example), but there are limited resources out there. Looking at the Tabs sample page, you will find information on Theming, but it’s pretty basic. You will find [...]

Also posted in AJAX, AJAX Control Toolkit, ASP.NET | Tagged , , | Comments closed

Modal UpdateProgress for UpdatePanel

If you are interested in this topic, you should check out the new post: "Modal UpdateProgress for UpdatePanel – Revisited" on this topic.  The solution in this post had some issues that have been corrected in the new post. I’ve seen a lot of requests on the ASP.NET forums for ways to display disable an [...]

Also posted in AJAX, ASP.NET | Tagged , , | Comments closed