Justin Cooney
Web Development Tips and Examples
Category: Web Development
-
Introduction: Visual Studio allows developers to quickly put together a WebForms page simply using drag and drop options from the Visual Studio editor. Binding form controls is mostly a simple matter of attaching a DataSource and setting your controls to reference the correct field in the DataSource. Binding a GridView control can sometimes get tricky when…
-
Background: Lately I have been playing around with HTML5 and CSS3 while building a Web Site UI for a corporate Intranet. I am guaranteed that users will be using IE, so I am happily able to tailor my code directly for IE 9. The caveat to using CSS3 rounded borders in IE is that they…
-
There are quite a number of keyboard shortcuts available in Visual Studio, but of them all I only find some to be useful when developing. So without further ado here they are: