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: 1 - 25 of 1311
 
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...
Hello, Can anyone direct me to some begginer's documentation on how to create my first c# setup project using Visual Studio 2005? I am looking for a step by step approach since I am comple...
I have read some of the solutions in this forum and looked at the MSDN help and cannot get this to work... I am developing a Windows Form application in Visual Studio 2005.  I want the data...
Im using VS.NET 2005... Windows App I need to programatically add new items in the combobox ... its like... i'll pass the item text and its value to a funtion and the ref of the combobox.. ...
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...
I am attempting to write a vb.net program that will call another program which exports data from an accounting program into a text file in a specific format (tab delimited).  I can't change th...
Hi, I have a basic vb.net app. The rich text box can be used to make text bold, italic, different colours etc. On the form there is a save button. When someone clicks this, I want ...
I have a Visual Basic form where data is entered.  I need to insert this data into an Access database but I don't know the code.  I am a newbie at this.
hi (c# windows form) i have  some rows in my datagrid i just want to move the selected rows up or down using the up down buttons(which i had in my form) can any one provide the sample cod...
I am trying to locating an MDF file to attach a DB using SQL Server 2005 Management Studio EXPRESS. i am puzzled that I can open up child directories in Program files, all the way down to ...
Hi Experts, I am using the following to refresh my dataGridView. Instead of rebinding i need to add only new items into the datatable and remove the old ones. It adds the new rows, but fail...
I have a page which has a list of records. Some records have delete button in one column. When user click that button, a corresponding record in database will be deleted. Because sometimes u...
Hello, I am populating a dataGridView with data from a dataset / bindingSource. I have a value column, and I would like to total up all the numbers in the column so that I can populate a te...
I am using VB.NET and  I have a Stored Procedure that I call and get a set of Records from using an ADODB.Recordset..... So, I have a Valid ADODB.Recordset and I want to take the results an...
I am pulling results from a sql database  (server names and hard drive space info) using c# and a datareader in visual studio web express and want to display them in textboxes created dynamica...
I just installed Visual Studio 2005 on my machine. I have a C#/ASP.NET project that I created in VS2003, but when I try to open it in VS2005, I get the following error message: The project ...
when i try to load dynamically user control to my page there disappear , i need to keep the control and execute user control actions
I have a CSS rule that defines a repeating background image on a ASP.NET 2.0 MasterPage, however, the background image will not show up even though other features do.  It works on standalone p...
Hello experts, I need help if you could please? I would like help calling a stored procedure (attached code snippet) from VB .Net 2005/2008.  I have the SP as good as I an get it, but I nee...
I'm converting an Evb program for a Pocket PC to VB.Net. I'm using a standard VB.Net Datagrid with data from a Datatable (see code snippet). My latest problem is to adjust the width each of...
i want to pass textbox value to report.rdlc parameter
I need sample code to programmically add a predeterminded number of rows to a bound datagridview with a click event.
does anyone have a 'working' sample connection string to connect to a Oracle 10g database which uses load balancing (so has two ip addresses). I am trying to connect to it using vb.net 2005
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
I am trying to connect windows application to a remote sql server database over the internet. The application connects ok to a server over a Lan. All the ports are configured correctly. ...