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
Mar 27, 2009
ASP.NET Dynamic Data is a framework that lets you create data-driven ASP.NET Web applications easily. It does this by automatically discovering data-model metadata at run time and deriving UI behavior from it. By default for a Dynamic data Web Application...
2 comments
Tags: tips and tricksVisual StudioASP.NETDeepak VermaDynamic DataVisual Studio 2008 SP1
Dec 31, 2008
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...
3 comments
Tags: Visual Studio 2008VS2008tips and tricksASP.NETDeepak VermaMaster Pages