Wednesday, April 29, 2009

Assignments

DUhG

If you see that something does not work in Visual Studio because it is not set as an assignment on a property.

 

Include the = symbol.

 

Example

 

li.select;

 

Will not work

 

li.select = true; //will.

 

 

How ASP.NET MVC Works Step by Step

Introduction to ASP.NET MVC What is ASP.NET MVC? ASP.NET MVC is a web application framework developed by Microsoft, designed to facilita...