Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use

November 2008 - Posts

Tip # 30: Did you know... Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005
In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP control which the extender can extend its functionality. When you drag an extender and hover it over a control, Read More...
Tip #29: Did you know… How to enable Edit and Continue feature for Web Application Projects?
If you want to edit your WAPs while debugging them, here is how you do it: 1. Check the “ Enable Edit and Continue ” checkbox in the Web Properties page. 2. Check the “ Enable Edit and Continue ” checkbox under  Tools->Options->Debugging->Edit Read More...
Tip #28 Did you know… That “Go to definition” is supported for CSS Class?
If you have a style defined as Class = ”fooRed”   as shown below and want to quickly know what does fooRed style contain? < div class ="fooRed"> In RED </ div >   Just place your cursor on fooRed and hit the F12 button. Read More...
Tip#27: Did you know... The Microsoft Web Platform Installer RC release supports Windows XP as well as Windows Server 2003
Microsoft's Web Platform Installer has been a cool and simple tool that install's Microsoft's entire Web Platform including IIS (5.1, 6.0 or 7.0), Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and .NET framework. The user Read More...
Tip #26: Did you know... How to have C# and VB.NET files inside your App_Code directory?
If you are taking advantage of the App_Code folder to develop an ASP.NET WebSite some times you need to use code files that are written in different .NET languages. For example, you may want to use C# files and VB.NET files in the same web site: To be Read More...
Tip#25: Did you know... You can have canonical URLs and Redirects with IIS 7.0
Canonical URLs help you to make your links Search Engine Optimized (SEO). For human it is easy to understand that http://www.contoso.com is same as http://contoso.com . But many search engines will not make this assumption and treat them as two separate Read More...
Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?
VS 2008 has this cool feature of downgrading any CSS/HTML errors to warnings. This is helpful when you want to separate out validation errors and are looking for what is actually stopping your build. In VS 2008 the default behavior is to display any HTML/CSS Read More...
Tip #23: Did you know…How to launch Formatting options dialog for editor with 2 clicks?
Normally we use Tools->Options->Text Editor->HTML->Format to launch the Formatting Options dialog shown below: You can also launch the above dialog from the editor surface with just 2 clicks. On the editor surface, right-click and choose 'Formatting Read More...
Tip #22: Did you know…How to improve performance of Page and Server Control Processing?
Avoid unnecessary round trips to the server - You can use ASP.NET Ajax and partial page rendering. ASP.NET Ajax - ASP.NET Ajax allows the developer to create web application in ASP.NET which can update data on the web page without a complete reload of Read More...
Tip #21: Did you know...How to set a fixed port for the Developer Web Server?
Technorati Tags: Visual Studio 2008 , VS2008 , VWD , tips and tricks , Visual Studio , Cassini , Developer Web Server When you create a file based web site, the "Developer Web Server" is fired up on a local port to serve the web site.  Read More...
Tip #20: Did you know… How to change WAP to use an IIS Web server?
Sometimes while developing WAP you might want to switch to IIS Web server instead of the Visual Studio Development Server provided by VWD. Here is how you do it: 1. Go to the Properties page of WAP by clicking on properties under WAP in Solution Explorer Read More...
Page view tracker