Sep 27, 2009
You can use the SQL Publishing wizard in VS 2008/VWD 2008 to deploy a local database from your development machine to a hosting environment on a remote machine. This is how you will accomplish this: Step 1: Create a new web site by selecting menu File...
4 comments
Tags: Visual Studio 2008VWDtips and tricksData
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 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 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