Browse by Tags
All Tags »
Visual Studio 2005 Tips (
RSS)
The Immediate window is used at design time to debug and evaluate expressions, execute statements, print variable values, and so forth. It allows you to enter expressions to be evaluated or executed by the development language during debugging. ...
.Question: I've got the following control on my aspx page: <asp:DropDownList ID= "favList" runat= "server" AutoPostBack= "true" > <asp:ListItem Value= "" Text= "--" /> </asp:DropDownList>...
While browsing Visual Studio Developer Center at MSDN if found this interesting article which identifies the known issues you will face when using Visual Studio 2003 on Windows Vista. While Visual Studio 2003 is not supported on Windows Vista. Check the...
You may get the below error while trying to load ASP.NET web site/Web application while using Visual Studio under Windows Vista. To resolve this error and get the project loaded follow the following steps : 1- close the current running instance of Visual...
Team System Web Access (formerly known as TeamPlain) is a Web interface to Visual Studio 2008 Team Foundation Server. Team System Web Access is a free download that will be incorporated into a future release of Visual Studio Team System. You may install...
A nice article by Scott how to speed up FireFox when using ASP.NET Development server. read it here .
A nice tip by Tobias Hertkorn about how to downgrade A VS 2008 solution or project file to Vs 2005 corresponding one. Read the tip here Downgrade a VS 2008 .sln or .csproj to VS 2005
Are you living in Jordan , a free training will be organized by Jordev.net community about Visual Studio 2008. here is the announcement by Najeeb Jarrar Read the full announcement and follow the training details here Jordev
An update for the Visual Studio 2005 spell checker add-in to work with Visual Studio 2008 with more functions being added check it here http://blogs.msdn.com/webdevtools/archive/2007/12/13/spell-checker-for-html-asp-net-jscript-vb-c-css-and-c-for-visual...
A nice tip by Vishal R. Joshi (Program Manager | Visual Web Developer Team) about how to debug Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio. Read more here Visual Web Developer team blog.
More Posts
Next page »