Tag Archives: ASP.NET
How to use the updateprogress without an updatepanel
In a project I’m currently working on, we couldn’t use an updatepanel anymore. Why? Because we need to use some third party control that doesn’t work with an updatepanel. On that page we already used a nice updateprogress and we wanted to keep that functionality because the are some time consuming functions on that page. […]
Comments Off on How to use the updateprogress without an updatepanel

Jquery.selectbox inside updatepanel fails postback
For an ASP.NET website I worked on a while ago I’ve use the jquery selectbox to make the dropdownlist look a little nicer (this is just an ugly example, I’m not a designer): This looks great and worked great until the dropdownlist was placed inside an updatepanel. The first time the paged was loaded it […]
Comments Off on Jquery.selectbox inside updatepanel fails postback

Login