add a reference to assembly ‘System.Web.Extensions…
I was adding a ajax-enabled control on a page and suddenly having "... You must add a reference to assembly 'System.Web.Extensions..." error. It complained t...
I was adding a ajax-enabled control on a page and suddenly having "... You must add a reference to assembly 'System.Web.Extensions..." error. It complained t...
Last Thursday (13/11/2008), I reinstalled Visual Studio 2008 and sudeenly, all data access layer components which were COM+ did not work. WIth the help of ot...
This is a question that hanuts me since I installed Resharper recently. Resharper keeps suggesting that the method can be static. I can see that it can be st...
I love using statement for database access. It closes the connection automatically when all the codes within the using statment are executed. Recently I had ...
As most companies do, you would have different environments such as INT (intergration), Staging, and Live servers. Web.config is really handy, but you cannot...