Category Archives: asp.net
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.
Formatting Gridview Page display
By default the gridview displays the page numbers unformatted even without any spaces between the page numbers. This makes it hard to read.
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 […]