Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Visual Studio Solutions: 1 - 25 of 2075
 
I just installed the AJAX Control Toolkit and am trying to get a simple <cc1:ConfirmButtonExtender> to work on a page with nothing but a textbox, a button and a label per the video on www.asp....
i have developed web application i need to deploy it on remote server.i am using asp.net 3.5 ,c# 3.0 and visual studio 2008,sql server 2005.using visual studio 2008 how i can make msi file to ...
Where can I find to download the visual studio 2003 trial version Thanks
I would like to install in a pc without internet connection the NET Framework 3.5. I downloaded the full package from here: http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6...
Dear Experts, What is the minimum hardware requirements(e.g. pentium 3 or 4 etc. and how much RAM etc.) if I want to install Visual studio 2008 ? Please advise as soon as possible. Thanks.
which Crystal Reports merge modules should I use with VS 2008 setup deployment project , There is for VS 2005 but which modules should I use for 2008 http://support.businessobjects.com/down...
I have converted an asp.net app from visual studio 2005 to 2008.  It works fine on my dev pc at work - I have just copied the project to my home laptop running vista and I am getting the error...
Hello im experienceing a problem with uploading my asp.net based page to a my webserver from the dev computer... ON the dev computer the site runs perfect but on the webserver it give me er...
Is there a way to connect to a remote Microsoft SQL database from Microsoft Visual C# 2008 Express?
Where is gacutil.exe when you install VS 2008? I don't see it in the usual location in SDK\bin folder of program files. -Joseph
hi, i downloaded visual studio 2008 professional from msdn site. i am trying to install it on vista ultimate. it is a .iso file. i also downloaded ms office , ms sql server. all were .iso...
Hello All, I'm new to web programming so i'm trying a few tutorials to improve my understanding of how to load and configure web application solutions and projects in VS2005 and came across...
Hi! Have made an application in vb.net visual studio 2008. Need some help to use a splash screen, that waits for about 4 seconds before it show the main form. And of course close the spla...
I have a few large sites that I need to access via ftp to work on occasionally.  I am trying to use the FTP tool included in VS2008 but it is painfully slow.  The site contains more than 5000 ...
how do I get the drop down list selected value to register the first time a page / drop list is loaded ... as when you select an item within the dropdown menu post's back and updates its va...
Experts, I needed to search inside an array instead of looping like i used to do in vb6. I looked into the msdn and found this example. But i'm unable to use it. How do i use it? I keep getti...
Dear Sir/Madam I would like to know how to create installation package for end users by Visual Studio 2008 (vb.net) after the project was finished? Thanks a lot Francis SZE
I am developing an ASP.NET web site that will be accessed by both computer and mobile devices. I would like to make sure the page content is set properly for the browsers screen size. This is ...
I'd like to mae an IN query in LINQ. I've found a sample, but I need more. THIS WORKS: SQL: SELECT [t0].[ProductID] FROM [dbo].[Product] AS [t0] WHERE ([t0].[ProductID]) IN (@p0, @p1,...
I wrote the below code to map a network drive to another server:  Try             Dim storefile As System.IO.Directory             Dim directory As String             Dim files As String...
hi what is the (.sdf) database? is it database that works with mobile devices? because i want to develop a mobile application with a database and i have a code for this ,the code make a conn...
My C++ source code occupies the left half only of the code window in Visual Studio 2008. The font size is painfully small. I do NOT want to be forced to change screen resolution. Is there a...
Hi everyone! The problem is when I try to debug/release my application I get the following problems (in the code snippet). This started happening after I tried to build fluorinefx from s...
In VS 2008, I have a C# solution (.sln file) called eBudget. Within the eBudget solution, I have several projects such as WallHomes.Enterprise.Web.EBudget.Application, and WallHomes.Enterprise...
I am trying to convert a NOT IN sub query into the LINQ definition but can't fugure it out.  Anyone have an idea? SELECT * FROM Permissions WHERE Permission_ID NOT IN ( SELECT Permissio...