Category Archives: ajax
Uploading a file with asp.net, jQuery and jTemplate
Playing around with jQuery and jTemplate and I had the following problem: On a page created with jTemplate I could not use asp:FileUpload Control. Additionally it would of course be better to have an Ajax / jQuery control as this would better integrate into a jQuery website. There are several jQuery Fileupload controls, and Ajax-Upload […]
How to call a modal popup from backend
There are several ways to call a modal popup from asp.net. You could code it on your own using JavaScript, or you could use existing frameworks like jQuery or Ajax Control Toolkit. As I use both of them, I decided to check with the Ajax Control Toolkit as this is already implemented and no further […]
Using JavaScript on listboxes in ASP.net
In my application I needed to have 2 listboxes and users should be able to move entries from the source list to the target list.
Display ‘Please wait’ popup
This procedure explains how to add a ‘Please wait’ screen to an ASP.net application. By default at server process (e.g. saving a request) you only see a progress bar in the status bar . If it’s a long running process you might not see any update for a longer time, and users might think that […]