Advertisement

08.26.2008 at 11:12AM PDT, ID: 23679503
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Feature Missing in VS2005 that is present in VWD2005

Asked by jmundsack in Programming for ASP.NET

Tags: , ,

(Sorry in advance for being long-winded.  I've been looking for anyone else who made the same observation and I can't find anyone, and I'm really confused about something.)

I am brand new to .Net and in the course of self-teaching I found an article that describes how easy it is to create an editable, sortable data grid in ASP.Net without writing a single line of code.  It talks about creating the connection through the Server Explorer, then dragging a table onto a webform, and -- after setting some options for making it sortable and editable -- presto!  You're done.  A fully-functional data grid.

I attempted to do this with Visual Studio 2005 Professional, and it created the sqlconnection and sqldataadapter objects in the designer -- but then it stopped.  No dataset.  No datagrid.  As I know nothing about .Net, I fumbled along and read the online help, and found that I had to right-click the adapter to "generate dataset".  Then I had to drop a datagrid on the webform, set its DataSource property to that newly-created dataset.  Still struggling to make it work, I learned that you have to further write CODE, to "Fill" the dataset, and then to "DataBind" the grid to the dataset.  And after all that, it still didn't have all the nice automatic sorting, editing, updating, deleting features that I wanted, and which the article claimed I could achieve.

I thought I was doing something wrong, or that I had forgotten to install a critical component, until I heard of a product called Visual Web Developer "Express Edition" which reportedly does all the datagrid magic.  I downloaded VWD 2008 Express on another machine, installed it, and sure enough -- I created a connection, dragged a table to a webform, set a few properties, and my data grid worked just like it was described in the article I'd read -- all without writing one line of code.

Oftentimes I don't want to monkey around with code if I can avoid it -- for some of the smaller, lighter web apps that I develop.  This drag-and-drop feature is top-notch (let's not discuss the pros and cons of how this method affects server load right now -- we're talking about little apps used by a handful of people -- plus the code-behind that this generates will help me learn what's going on in the code when it comes time to advance to larger projects).  So I decided that Visual Web Developer "Professional" is the product I need at work.

Unfortunately, there IS no Visual Web Developer "Professional" edition!

After much searching, everything I can find says "the VS 2005 edition INCLUDES all the features of VWD 2005".  But this is apparently NOT TRUE, because I have already observed vastly different (and greatly lacking) accomodations in VS 2005 vis-a-vis code-free web development.

AM I JUST MISSING SOMETHING?!  Some setting or option that says "automatically generate x when adding y"?  Some additional obscure download that fills in that gap?

And if the answer is "you simply have to write code in VS 2005, no matter what", I have a follow up question:

Being that VWD 2005 (or 2008 if necessary) is provided by Microsoft as a free "Express" edition, are there going to be any limitations to redistributing or deploying applications I develop with that edition (like the way VB Learning Edition had restrictions)?  Because if I can use VWD 2005 to write apps without restrictions, then I'll just use that product and save VS 2005 for when I get more up to speed with actual .Net coding.

Thanks for reading and for your time and expertise!
Start Free Trial
[+][-]08.26.2008 at 12:06PM PDT, ID: 22318213

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Programming for ASP.NET
Tags: ASP.Net, Visual Web Developer, DataGrid
Sign Up Now!
Solution Provided By: NazoUK
Participating Experts: 1
Solution Grade: A
 
 
[+][-]08.26.2008 at 12:36PM PDT, ID: 22318527

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 12:59PM PDT, ID: 22318761

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 01:13PM PDT, ID: 22318916

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.27.2008 at 08:21AM PDT, ID: 22325797

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-44 / EE_QW_EXPERT_20070906