May 27, 2009
In Tip#64, we showed you how to convert a GridView's bound fields into template fields. In this tip, we will show you how to quickly create a GridView that is hooked up to a SQL table. Typically, if you want a GridView then you need to add it to the page...
5 comments
Tags: Visual Studio 2008tips and tricksASP.NETVisual Studio 2008 SP1Data
May 19, 2009
In Tip#21 we showed you how to set a fixed port for the Developer Web Server in Web Sites. Here is how you will be able to configure this for Web Application Projects. 1. Go to the properties page of WAP. Right Click on your Web Application and click...
7 comments
Tags: Visual Studio 2008VWDtips and tricksVisual StudioWAPDevelopmentASP.NETVSTS
May 16, 2009
Steps to add Ajax Control Toolkit for Framework 3.5 SP1 Steps to add Ajax Control Toolkit for Framework 2.0 Ajax Control Toolkit for Framework 3.5 SP1 Following are the steps to add Ajax Control Toolkit to the toolbox for ASP.NET 3.5 webs in Visual Studio...
7 comments
Tags: tips and tricksASP.NETDeepak VermaAjaxVisual Studio 2008 SP1
May 14, 2009
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...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksWAPReshmi MangaloreVSTSDynamic DataVisual Studio 2008 SP1Data
Apr 28, 2009
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...
5 comments
Tags: Visual Studio 2008VS2008tips and tricksASP.NETDeepak VermaVisual Studio 2008 SP1
Apr 22, 2009
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...
6 comments
Tags: Visual Studio 2008VS2008tips and tricksDesignerASP.NETDeepak VermaData
Mar 31, 2009
Absolute positioning control(s) in the designer can seem confusing at first until you learn the visual cues. You can do one of the following two possible actions by dragging the control in the designer. Re-parent the control Change the controls position...
1 comments
Tags: Visual Studio 2008VWDtips and tricksDesignerASP.NETVSTSVisual Studio 2008 SP1
Mar 30, 2009
In Visual Studio, click Tools -> Options. In the Options dialog on the left pane select Text editor -> JScript -> Formatting. Check Place open brace on new line for functions. Deepak Verma SDET | Visual Web Developer
1 comments
Tags: Visual Studio 2008tips and tricksVisual StudioDeepak VermaEditorVisual Studio 2008 SP1JScript