Justin Cooney
Web Development Tips and Examples
Category: Visual Studio 2010
-
Overview: When working with ASP.NET Webforms the ability to quickly generate working forms that are bound to your datasource can be a huge advantage. Earlier I was creating a Webform in Visual Studio 2010, and as part of the process I dragged a SQLDataSource object onto my page, hooked it up to a stored procedure I…
-
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:
-
When developing or deploying a Web site you may be confronted with the rather vague error message: ‘CreateResourceBasedLiteralControl’ is not a member of ‘PageName.aspx’. I encountered this error today while deploying a site to our production environment. The surprise was that I did not see this error when working on my local machine or our development server.…