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

Browse by Tags

All Tags » VS2008   (RSS)
Tip#97: Did you know… How to Display Hidden Information in Design View
The design view in Visual Studio can display glyphs and borders for the hidden non - graphic elements (such as div, span, form, and script elements). This feature helps you to see where the elements are and avoid inadvertently deleting the non-graphic Read More...
Tip #92: Did you know … How to select a master page using 'Select a Master Page' dialog?
Master page for a Web form can always be set manually in the source code, but here is an option to select the master page while create the webform using the 'Select a Master Page' dialog. The path to select a Master page using the 'Select a master page' Read More...
Tip #82: Did you know... How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008
Following steps highlight how a Visual Studio 2005 Web application project can be migrated to Visual Studio 2008. Take backup of the original project Open Visual Studio 2008 Click File -> Open Project and browse to the folder to open the project You Read More...
Tip #61: Did you know… How to create an ASP.Net Dynamic Data Web Site?
If your web site is heavily data driven then here is a quick and easy way for you to create one without writing much code. All you need is Visual Studio 2008 SP1 or Visual Web Developer 2008 Express SP1 installed on your box. Dynamic Data Web Sites makes Read More...
Tip#57: Did you know… How to manage web site configuration through a web interface
The Web Site Administration Tool provides a web interface for you to manage different web site configuration settings. To launch the tool, for Web Application Project click Project-> ASP.Net Configuration & for Websites, click Website-> ASP.Net Read More...
Tip # 53: Did you know... How to edit the templates for gridview in VS designer?
Gridview control has the flexibility to be configured how it's rendered using templates. Following steps show how the control's edit template can be changed in the Visual Studio Designer. I have a GridView hooked up to Sqldatasource using Northwind.products. Read More...
Tip #40: Did you know…How to scope master pages?
Master page is a template page that can be used to create a consistent layout for your application. First you create a master page to define the look & feel of the application and then you create the content pages that contains the content. You can Read More...
Tip #37: Did you know…How to organize usings?
Overtime C# source code files may have unnecessary & unorganized using directives. Visual Studio IDE organize using options can help you to unclutter the source code. To organize the C# code right click anywhere inside the code editor, select Organize Read More...
Tip #35: Did you know…How to add Intellisense from script libraries for JS files?
Here is an example to add intellisense for JS files in VS 2008. So, you have two Javascript files Jscript1.js with the following code function validateForm() { } and Jscript2.js (wherein you want current JScript file to show intellisense including objects Read More...
Tip #33: Did you know… How to create Nested Master Pages using VS 2008?
VS 2008 and VWD 2008 both support Nested Master Pages which means you can have a Base Master page which would cater to the whole site and then you can further customize these Base Master Pages. Here is how you do it: 1. Create a BaseMasterPage.master Read More...
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 #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 #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...
More Posts Next page »
Page view tracker