Tuesday 6 November 2012

ASPxComboBox clear selection on delete or backspace

If you are using a DevExpress ASPxComobobox and you want to be able to unselect an item you can use the below code:

Friday 2 November 2012

How to close the browser window without a prompt

If you want to close the browser window in asp.net with javascript but dont want to prompt the user you can use the below code: