Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Visual Studio .NET 2005 Solutions: 76 - 100 of 1461
null
Hello Experts  (1st post at EE), I'm using a TableAdapter in VS2005 with SQL2000.  I need to get the identity value of the record I just inserted, and using the two methods I found through ...
I need to FTP a file i created using VB.net.I am writing a console application.
I'm trying to create a highly interactive DataGridView using VB.net 2.0.  This is a lot of work.  I would like to be able to commit & save changes made to a text box when a user enters a value...
Trying to run a VB.net application on a machine causes a problem. Pls refer to the attached error snap.doc file for the screenshot. The error message says "System.IO.FileNotFoundException: ...
I have a form in windows based application. I add a combo box at design time with no items added. I need to add at runtime the value and text to the combo box. Also, I need to then read the v...
I'm building my first site in VS 2008. How do I publish just a single page when I want to see my edits? Every time I click publish, VS wants to upload all of my files including audio and video...
Hi How do you use the OpenFileDialog to get the folder name. I am using the following code to get the file name and need to modify it to         get the folder name  Try             W...
I am writing VB.Net applications with an SQL Server database.  My main PC on which I do most of the development work is a 32 bit machine with XP Pro.  I am about to replace this PC and wanted ...
I want to run a crystal report in my vs2005 web application. It uses two Access databases that are related in the report. The problem is that I used oledb and at design time I had to set the d...
I have a class library and am trying to compile and get the following error: type 'Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.IInstrumentationEventProvider' is defined in ...
Using a databound datagridview. I need sample code to filter datagridview rows by a combobox value
Hi I have a Crystal report in VB.NET 2005 application which shows a result from a view created in Sql Server 2005 and it is connected to Server Joe1. I want to change Server connection (Serv...
I am trying to insert records into an existing sql table from an excel file in c# asp.net.  I would like to only insert specifi columns (both from the excel table and to the sql table) and spe...
OK -- apparently this is nasty bug/glitch in .net. My C# web site build and run just fine -- perfectly fine -- on my local machine. However, when I simply upload to my server, some error in th...
hi, Can anyone help me trying to get this to work. I have a Datatable called dt and i'm using defaultview.rowfilter to display data base on the rowfilter. what i new to do is to get this res...
Hi, I am using Visual studio 2005 with ASP.NET. In the HTML editor I would like to have automatic indenting of the tags, is this possible? Thanks.
I have a dropdown control on my aspx page that I use to filter data in my gridview. I would also like to hide/unhide a column in the gridview based on the user dropdown select. Is there a way ...
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...
Hi Experts, I have a table that includes 'custID' and 'invDate' columns. I would like to apply a rowfilter to this to show only the results for a certain custID where the invoices fall b...
calling an SQL stored procedure?  I'm using textboxes to send the SQL the search criteria.  The gridview needs to appear as soon as a user begins typing in one of the textboxes. The stored...
I am using Log4Net to log messages in a C# Window console application (.Net 2.0). It works fine.  I need to create a new log file daily with Date as part of the log file name. I tried using Ro...
Hi, I have created a crystal report that is linked to a dataset. I am trying to find out how I would show this in a c# crystal report viewer contained in a winform. The code I usually use i...
I need two cascading dependent dropdowns for the user to select a ShipName then a ShipRegion from a gridview to return several fields in the Northwind database. The attached code snippet ge...
Hi In my VB.net 2005 project I have an OpenFileDialog that I want to filter to only see text files that can be pulled into Excel. What do I set the .Filter property to. Thanks
How to set the default directory and file name for openFileDialog C#.NET VS2005 How do I set the default directory and file name for openFileDialog in C#.NET using Visual Studio 2005?