The Problem When running CKEditor (3.6.4 for ASP.NET) the editor loads but the HTML view is greyed out. Switch to source mode and the HTML […]
ApplicationPoolIdentity find the user account
The Problem How do you find the ApplicationPoolIdentity Account? Under IIS 7 you have the ability to set the user account that the Application Pool […]
jQuery – enable / disable (readonly) and how to reference .Net Server side Controls
Ok, I am just starting to play around with jQuery and these are a couple of tips that I have found useful. 1. How to […]
ASP.Net Membership Provider – Install Database
In asp.net the membership provider model is a cool way of easily getting a security datamodel with role access. The database can be installed on […]
RequiredFieldValidator conditional validation via client side script
Interesting Problem. I created a user edit page on an ASP.Net website. A user when looking at their own record got a “Change Password” panel. […]
Textbox – supress previous entries – auto complete off
Hi, I am developing a website and noticed that all my text boxes were repeating the content that had been entered previously. Found this blog […]
AJAX PopupControlExtender and Dynamic Controls
I was attempting to use the PopupControl Extender the other day, to create myself a web user control for colour selection. Here is what I […]
Setting the Default Button on Pressing Enter
Issue On a page with a single text box and a button, place your cursor in the text box and press enter. The page will […]