Visual Studio :: How To Use Chart Control In Web Developer 2010
Apr 29, 2010How to use Chart control in visual web developer 2010?
View 7 RepliesHow to use Chart control in visual web developer 2010?
View 7 RepliesI've just rebuilt my PC and have upgraded to visual web developer express 2010. I have imported my projects which use the charting control quite a bit. Unfortunately my projects are failing to run. In design view the control is now showing as "unknown server tag asp:chart". I can see the Chart control in the data tab in the toolbox but it is greyed out.
View 1 RepliesI have been ising TFS 2010 with VS 2010 Ultimately for a couple of months now. I have a client who is using Visual Web 2010, does anyone know if this integrated with TFS easily?
View 1 RepliesI like the way that the chart control seems to automatically determine the X axis range for me based on the data, but in this case, the data can only be whole numbers.
What is the easiest way to specify whole numbers for this axis?
Can I install Microsoft Visual Studio 2010 Service Pack 1 in Microsoft Visual Web Developer 2010 Express?
View 1 RepliesNot able to Install VSIX Extensions in the Visual web Developer 2010
I have downloaded the power commands.
When I double click the power command extension.
It Shows me the Message " The extension is not installable on any currently installed products".
I uninstalled VWD 2010 Express Beta2. Then installed latest Release(April 12th) via Web Platform Installer .oh yes after installing XP Service Pack 3.
It all installed successfully and when I start the VWD 2010 express image comes up ....there is this fine text that says....
"For Evaluation Purpose Only"
"Use of this software should be limited to evaluation purpose only"
Being confused with that message I looked at Help->About VWD 2010 Express and right on top it says:
"29 days remaining"
So what's happening ? Did I install some wrong product... I don't think so...I used Web Platform Installer and yes it is "Visual Web Developer 2010 Express" and not a Professional Trial software.
With VWD 2008 it says "This product is licensed".
I'm totally new to ASP.NET ( as a VC++ 6.0 engineer ), I have just downloaded the express edition of 2010 web developer and cannot find for the life of me the correct project template to create an ASP.NET webservice.. in 2008 it appears there is an option for this .. however I cannot find it in 2010..
View 3 Repliestry to install visual web developer 2010 from web installer,http://www.microsoft.com/express/Downloads/#2010-Visual-Web-Developer once installer screen pop up, it stated that it is not supported for windows vista platform. However, previously before formatting pc, it has successfully installed once.
View 1 RepliesHow do I display the Toolbox? I've looked under every menu item and just don't see it.
View 1 RepliesI have a form that I'm working on in Visual Web Developer 2010 Express. I have a dropdown list to choose a data from the database. I want to use the chosen list item to populate a GridView object. This seems like it should be a simple thing to do.I have a data connection which uses a fixed SQL statement to populate the dropdown list and that works fine. I can select an item on the list and retrieve the correct information for the next query (namely an ID value for the next SQL statement).I have the data connection with another SQL statement to populate the gridview and that works fine. The gridview is currently just showing the entire dataset (it doesn't use the item that was selected in the dropdown list.Now I want to change the gridview's data connection to use the selected item in the dropdown list as a parameter to modify the SQL statementWhen I look at the properties of the data connection for the gridview data, I can bring up the Query properties and see the select statement. I also see the properties panel. I can add a property Name (Mine is "ID"). I then chose "Control" in Parameter Source and selected the ControlID for the dropdown list that has the ID information that I want to use for the parameter. I went into the advanced properties and modified some of the information because the ControlID is a Text field and the Database Column is a BigInt.My select statement looks like this:
[Code]....
What I don't know is how to get the parameter into the select statement.I've tried:
[Code]....
While attempting to download Visual Web Developer 2010 Express I received an error message stating that I needed to uninstall the Beta 2 issue. However I have not been able to uninstall it.
View 2 RepliesI use Firefox to browse the web, but I'd like Force Visual Web Developer 2010 Express to exclusively use Internet Explorer when I run my web apps (by pressing F5). is there a way to set this?
View 2 RepliesI use visual web developer 2010 some commands not appear in the menu when I write it in .asp.cs file like "AffectedRows"and it not work when I write it.I Want to choose this commandes from the menu.
View 1 RepliesMy existing system has Visual Studio 2008 and Visual Web Developer 2010 Express. But Microsoft web installer for Webmatrix has made Wematrix Launch ribbon menu pointing to Visual Studio 2008. How could I make Webmatrix point to Visual Web Express 2010. To make use of IntelliSense and the debugger, I have to manually launch Visual Web Developer 2010 Express.
View 8 RepliesDo anyone know if Microsoft Visual Web Developer 2010 upports "MS_POSITIONING=GridLayout"?
View 2 RepliesI've just installed and am using web developer express 2010. I am following asp.net tutorials by Joe Stagner and very good they are too. They are at..
http://www.asp.net/vwd/ and the one I'm watching is the page layout one - about using style sheets
However, the tutorials say that on the left hand side of the screen there should be tabs which say 'CSS' and 'Man' (apparently for manage styles. I don't have those tabs, so can't drill down into the CSS.
What is the different between the vs 2010 Web Developer Express and the full version of 2010?With the vs 2010 Web Developer Express will I be able to use all types of databases (MSSQL, MySQL, Access, ect) and enitity frame work?
View 2 RepliesIs VS 2010 Ultimate a different program from VS Web Developer 2010? or Can VS 2010 Ultimate do the same thing as VS Web Developer 2010?If I have VS 2010 Ultimate do I need to have VS Web Developer 2010 to develop web pages?
View 2 RepliesOne thing I do like about visual studio is the autoindent feature in the code behind where you can essentially close off the bracket of a loop or method or class and it'll automatically indent everything to make it consistent looking.
View 1 RepliesI am using ASP.NET MVC and want to have Unit Test functionality integrated within Visual Web Developer 2010 Express (or Visual Studio LightSwitch). Is it possible and if so, what is the recommended/best way to get it?
View 1 RepliesCan i use web developer express 2010 to deploy applications or is it still in Beta?
View 1 RepliesMy instructions for creating a new web service with VWD 2010 Express call for using the installed template, "AST.NET Web Service". But this template is not listed.
I would like to create a simple web service in visual basic, place it in IIS 7 on my desktop, and then consume it probably using a proxy class.
Is there another way to create a new web service in VWD 2010 Express?
WebPI isn't able to install VWD 2010 Express on my system. I've previously un-installed the 2010 beta. Never had this problem before when upgrading VWD Express.
View 8 Replies I would like to create my reports by drawing out the data from the database.After creating my template (what would be in my report) and saving it as the .rdlc format, what should i do next do preview the actual data, or to present it in my asp.net pages.
I like the way how report builder works as it can export to pdf/excel, however its a standalone. Is there any way to make it similar in microsoft visual studio 2010 professional?