October 2007 - Posts

0
Comments

Smart404: Handle 404 smartly in ASP.NET by shahed

Introduction The 404 or Not Found error message is an HTTP standard response code, there are many reasons for a 404 to show up like, Mistyped URL Pages have been moved. Pages have been deleted. The default error page for 404 may look something similar...
0
Comments

Duplicate items are not supported by the "Sources" parameter (VS2005 IDE error) by shahed

Problem : In one of my new project after generating some codes with .NetTiers, when I tried to compile the project in VS2005 IDE it started showing this error: The item "Audit.cs" was specified more than once in the "Sources" parameter...
0
Comments

Databinding using ObservableCollection<T> by shahed

Someone asked me today : I have a text field and a drop down menu, based on the values of these 2 when i click on a button an api call is made to get the results. Now i want to display these results in a ListView using GridView. How can i use ObservableCollection...
0
Comments

Releasing the Source Code for the .NET Framework Libraries by shahed

Check this out at Scotts Blog: source: http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx Releasing the Source Code for the .NET Framework Libraries One of the things my team has been working...
Powered by Community Server (Commercial Edition), by Telligent Systems