Justin Cooney
Web Development Tips and Examples
Author: Justin Cooney
-
FormView controls are very useful in rapidly putting together a multi-view Web form. As part of this, dynamically changing the status of the Form between Read, Edit, Insert is an important task. The catch can be that this can get quirky to do right. and the simplest method is to programmatically trigger an event when…
-
Letter spacing in Internet Explorer 11 will sometimes appear completely irregular with some letters having more white space on their right hand side than other letters.
-
Using a FormView control on your ASP.NET WebForms page can be handy to quickly put together a functional page. However, if you are mixing in client-side script such as a JQuery DatePicker control, you should address the naming changes that the FormView control causes.