Visual Studio :: Additional List Item With More Than 1 Value

Jan 26, 2011

I am using VWD express 2005. I have a drop down list that filters a datagrid. I use select distinct to populate the DDL and the datagrid is filtered using

SELECT * FROM tbl3 WHERE (REP LIKE @rep + '%')

However I want to add an entry to the DDL that includes more than 1 value. If I add a new listitem to DDL with text = sales and value = c21 then query is ok but what I'm trying to do is is where value = c21,c22 A sort of group option? Am I going about this the wrong way? I tried value = c21,c22 then c21 or c22 then (c21,c22)

View 2 Replies


Similar Messages:

WebMatrix :: Visual Studio 2008 And Visual Web Developer 2010 Express Launch Ribbon Menu Item

Dec 5, 2010

My 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 Replies

Visual Studio :: Visual Studio 2008/2010 Shortcut Keys / List Of All The Available Shortcut Key Options Listed From Within IDE?

Jan 13, 2010

Is there any way that I can get the list of All the available shortcut key options listed from within IDE itself in Visual Studio 2008/2010? Because every time I used to bing and find on web for that.

View 5 Replies

Visual Studio :: Visual Web Dev Express - DropDown List In Wizard

Jan 17, 2010

When using Visual Web Developer Express there seems to be an issue when trying to insert a DDL into the Wizard. If I create a Wizard, and then insert a DDL inside the wizard, the source shows, correctly,

...
<asp:WizardStep runat="server" title="Step 1"> <asp:DropDownList ID="DropDownList1" runat="server"> </asp:DropDownList> </asp:WizardStep>
...

However, if I return to the Design view and use the Smart Tasks button to 'Edit Items', although I can complete the relevant details in the 'ListItem Collection Editor' they are not transferred to the source. If I use exactly the same procedure on a DDL outside the Wizard everything functions correctly.

View 3 Replies

Use An Item From AjaxControlToolkit In Visual Studio 2008?

Aug 23, 2010

I am trying to use the AjaxControlToolkit in Visual Studio 2008.

I download the current binary package 40412 for .NET 3.5 (and have also tried previous binary package 30930 for .NET 3.5). I extract the contents. I start a new web site. I add a new tab and point it at the extracted AjaxControlToolkit dll. I select an item [Editor] from the list of new Tools and plonk it on a webpage - my bin folder is then updated with a whole host of new dlls.

Unfortunately when I click 'start debugging' to test item on the website I am presented with a pop up box titled "Find source" requesting the location of file "ScriptObjectBuilder.cs"

Original location given is i.e. for previous 30930 release - "C:UsersswaltherProjectsAspNetAjaxReleases30930AjaxControlToolkitSourceAjaxControlToolkitExtenderBaseScriptObjectBuilder.cs"

Note: I googled this problem and another programmer stated that when he got this problem he pointed this "Find Source" dialog at the ScriptObjectBuilder.cs file taken from the corresponding source package and found it still didn't work.

I am on Visual Studio 2008 SP1 as required.

View 1 Replies

Visual Studio :: Missing 'new Item Templates'?

Feb 8, 2010

I am a 'newbie' to VWD and I am slowly working through the Basic Walkthrough Help files, and learning plenty along the way.However, when I tried to create a new database in the LINQ control walkthrough I found that the option to create a new database is missing, and further investigation has found that many other new item templates are missing.I am using a brand new machine with Windows 7 Ultimate and have enabled IIS and .NET from Control Panel-Programs-Turn Windows Features On-Off. I used the WPI to install all basic elements eg. IIS Components, SQL Server Express.The only 'new item templates' I have when I right-click the App_Data Folder and choose 'new item' are:-ADO.NET Data ServiceAJAX Enabled WCF ServiceDynamic Data FieldSQL Server DatabaseText FileXML FileDoes anyone know where I have gone wrong.

View 4 Replies

Visual Studio :: Reference Resource Item / Sending Error?

Jun 7, 2010

I'm trying to reference a color value, which is stored in a file called Rsource.resx in the App_GlobalResources directory.

In vs 2008, I used to be able to use a line like this:

[Code]....

Now, in VS 2010, that no longer works.

I found a VS 2010 example that suggests I could try
[Code]....

or

<asp:Label ID="Label1" runat="server"
Text="test", BackColor="Resources.Webresources.sunlight",Visible="false"></asp:Label>

These examples both generate an error that the server tag is not well formed. I'm fairly new to this, so I think my error will be obvious to someone...

What would be the correct way to reference the color value in this case?

View 3 Replies

Visual Studio :: New Project Item Missing In Web Developer 2008 Express

Mar 14, 2010

I'm new at ASP.NET. I'm trying to follow the first video tutorial in this link (Web Forms): [URL]. I see the guy using the same IDE as I use. He goes to File > New Project. I do not have the NEW PROJECT item in the FILE tab. Therefore I cannot follow the steps. I do not have the templates either for MVC or Web Forms
Using: .NET framework 3.5

View 4 Replies

Crystal Report Template Missing In Visual Studio 2008 > Add New Item

Oct 2, 2010

I am using Visual Studio 2008 Professional Edition. I googled for the same, it says u might not have selected crystal reports feature while installation of vs. I am sure that i had selected installtion type = Full/Complete.

So has it anything to do with vs service pack etc. I dont have VS 2008 SP1, but VS 2008. Or wud be better if we can add crystal report component explicitly. (kinda standalone installer for crystal reports and then it will automatically merge with VS.)

View 1 Replies

Visual Studio :: 2008 Doesn't Have Item Templates For Mobile Web Forms?

Aug 30, 2010

Visual Studio 2008 doesn't have item templates for ASP.NET Mobile Web Forms (which were previously available in Visual Studio 2003).What about VS2010? Same lack?

View 1 Replies

Visual Studio :: How To Convert Whole Visual Studio 2008 Web Site Project To Visual Studio 2010

Aug 14, 2010

is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project

my current project references

i have a very annoying iis problem

iis server stops working until app pool is recycled

i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem

View 2 Replies

Web Forms :: Default Web Template In Visual Studio 2010 Selected Menu Item CSS?

Jun 22, 2010

I tried using the the New ASP.NET Default Web Template in Visual Studio 2010 but one issue I'm encountering is with the CSS selected menu item and read apost which stated that...

"This screenshot demonstrates some of the styling options provided by the CSS, including the style for the selected About menu item"...In the screenshot the "About Us" menu item is highlighted but the page's content is the "Home" page content, not "About Us" page. My problem is...I can't get the selected item to be highlighted as in the screenshot even with fresh site using the built in template.

View 6 Replies

Visual Studio :: To Use A Sql Server 2008 Database When Adding New Data Item To App_code?

Jul 11, 2010

I am using Visual Studio 2010 and have a full version of SQL Server 2008 (not SQL Server Express 2008). I would like to be able to use the database that I created in Sql Server 2008 (not sql server 2008 express) but when I go to app_code -> Add Item and select SQL Server I get the following error message:

"Connections to SQL Server database files (.mdf) requires Sql Server 2005 Express or Sql Server 2008 Express to be installed an running on the local computer ..."

Do I really need to have sql server 2008 express installed on my local computer when I already have the full blown version of Sql Server 2008 installed on my local computer.

View 1 Replies

C# - Pop Up Object List With Visual Studio 2008

Jan 28, 2010

I'm developing ASP.net project with C# using vs visual-studio-2008. when I drag drop asp control from tool box to the design view then I go to the code behind I should see the control in pop up object list. at the begin I had no problem but not when I drag and drop any new control I can not see it and even if I write it manually when give me an error this this name not exist.

View 1 Replies

Visual Studio :: Opening Visual Studio 2008 Project In Visual Studio 2010?

May 21, 2010

Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?

View 1 Replies

Visual Studio :: Error List Panel Won't Display

Nov 5, 2010

If I build my project and there are errors, the build fails, and for the last 4 years I've been using Visual Studio the error list panel has always popped up showing why the build failed. Now, the tab for the error list panel is visible at the bottom of my screen, but grayed out, so I can't click on it. This started happening yesterday. I've tried rebooting, the project build is set to Debug, and in the Tools/Options/Projects and Solutions menu, "Always show Error List if build finishes with errors" is checked.

View 2 Replies

Visual Studio :: Clearing The Project Most Recently Used List?

Oct 23, 2010

I'm running VWD 2009 version 9.0.30729.1 SP. I tried to remove a coupldof the items in the Recent Projects list that comes up on the Start Page by deleting them from

HKEY_CURRENT_USERSoftwareMicrosoftVWDExpress9.0ProjectMRUList in the Registry. But now nothing shows up in the Recent Projects list of the Start Page except for the text below:

Open: Web Site... | Project

Create: Web Site....| Project

I've used RegEdit many times and am sure I didn't do anything stupid. I just selected a couple of values under the key and deleted them. Does anyone know what might be going on?

View 2 Replies

Visual Studio :: IIS Does Not List A Website That Matches The Launched URL?

Aug 3, 2010

When I press F5 (debug) in Visual Studio 2010 Express, I get the following error message:

Unable to start debugging on the web server. IIS does not list a web site that matches the launched URL.

This happens only when I am trying to make use of the option "Use custom server".

I got both the host file and the IIS bindings set up. The server that I specified is working in the browser.

View 3 Replies

Visual Studio :: Error List Window Is Missing - Cannot Get It Back

Oct 22, 2010

I lost my error list window and I can't get it back even when ctrl-w, ctrl-E is invoked or from the menu.

View 2 Replies

Visual Studio :: Want To Delete Warning Message From Error List?

Feb 8, 2010

I'm having a class with these code

[Code]....

and I'm accesing this class from ASP.Net

[Code]....

when opening Default2.aspx

[Code]....

there is a just warning from Visual Studio.Net 2005 like this :

[Code]....

I want this warning message disappear from my error list.

View 1 Replies

List All Data Sources And Modify In Visual Studio 2008?

Jan 28, 2010

I've taken over an ASP.NET project and the previous dev used "dynamic" DSNs sprinkled throughout the application. These data sources are databound to several controls throughout the site.I'd prefer to use a system DSN that I would define on my dev machine and the production web server. This way if I need to change the location of the SQL database I can just change the system DSN on the server instead of modifying the code and recompiling the application in Visual Studio.What is the easiest way to list all these dynamic DSNs that are in use in this web site project in Visual Studio 2008 and modify them to use a system DSN instead?

View 1 Replies

Visual Studio :: Visual Source Safe Plug In Control For Visual Studio 2005 IDE

Jan 28, 2010

where to find/download visual source safe plug in or visual source safe client for visual studio 2005 IDE?

I do not want to install visual source safe 2005 server.

View 1 Replies

Visual Studio :: Task List Window In Vwd 2010 Express Beta 2?

Jan 29, 2010

I'm not able to find the task list widow both in Visual Web Developer 2010 Beta 2 and Visual C# Express 2010 Beta 2. In Express 2008 versions there was the menu "View -> Task list " that i can't find anymore in 2010 versions.

View 5 Replies

Web Forms :: How To Get Additional Field In Drop Down List.

Nov 8, 2010

I want to get a additional information (Other than DataTextField, DataValueField) in a drop-down list for each record.

how i can get this functionality?

View 5 Replies

Visual Studio :: Migration From Visual Studio 2003 To Visual Studio 2010?

Apr 15, 2010

Is it possible to migrate the application which is in visual studio 2003 to visual studio 2010. provide me details about how to migrate.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved