Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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 1461
null
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 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...
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.. ...
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...
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 ...
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 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...
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...
when i try to load dynamically user control to my page there disappear , i need to keep the control and execute user control actions
Hello everyone, i'm doing an application in C# using a datagridview that have 4 columns, and two buttons in the form1, one for export the present data in the datagridview to an excel file, and...
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 am new to HTTPS. Here we have a Microsoft .Net - C# WinForm client and connecting to IIS then request is routed to the actual Web Service is in J2EE deployed in Web Sphere. When i us...
I have the fields in my sql table Enrollment StudentID Name Address Course I would like to display in the listview Name,Address,course which the ID hidden in a column. In VB6, listview w...
I want to create a context menu and want to allow the user to select multiple items in the context menu show. How can I do that for Win Forms, C#, .Net 2.0 Thanks in advance for your time.
i want to pass textbox value to report.rdlc parameter
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...
Greetings Experts! I have been trying to configure the WEB.CONFIG file so  that it doesn't allow anonymous access to my web pages unless the user first login successfuly from the "Login.aspx"...
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.
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 am opening a solution created by another developer in visual studio 2005 ( new installation) and some of the projects are giving an error message 'the project type is not supported by this i...
I have a masterpage and a content page.  I have a script manager in the masterpage and an updatePanel in the content page.  I want to update the updatepanel via Javascript.  With a masterpage,...
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...
I need sample code to programmically add a predeterminded number of rows to a bound datagridview with a click event.
Hi all I have never used the code-behind for updating a gridview and am having a couple of problems with it.  I am trying to have the buttons Edit/Delete work.  When I push the edit button the...