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.

 
Top Visual Studio .NET 2005 Solutions: 76 - 100 of 421
 
We are using TFS server 2005 and and the event viewer is showing error 3000. I have checked if the password has expired for the account HPSTFSSERVICE and it has not. We have also installed TFS...
I need to figure out how to print checks for customers. I have two listviews, one with customer name and one with item number and price that is owed to the customer.  I have attached the code....
Hi All Please help! I've got a SQL datasource on one of my .aspx pages eg <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:WebDataConn...
I am having problems getting this to work. I get a record count after the parser but nothing hits the sql table. No errors are thrown. Private Sub UpdateCWOTable(ByVal strFileName As String...
Hi, this is the asp.net code  <asp:RadioButton ID="RadioButton1" GroupName="source" runat="server" AutoPostBack="True"  />             UK             <br />             <asp:RadioBu...
I have made an C# winforms application. I need to set the startup form. By default it has created a 'Program.cs' file where the following code is written. namespace WinTest {     static ...
Hi, I have a treeview (.net control) in one application but I would like to add the possibility that  the user could show or hide the tooltips on the different nodes of the treeview.  Curre...
I have created a report in Visual Studio 2005 and am using the reportviewer control to display it on a web form.  I would like to also automatically attach it onto an email message and send it...
Hi Experts, I am creating a Medical Learning project in Visual Basic .NET 2005 in which I need to play some operations videos as per demand of users. So I need to import video in .AVI, .MP...
Hi All, I am pulling my hair out on this one. I used Word to print off documents from a VB.Net Application.  The Printing works fine when I am printing to a locally attached printer.  When ...
i have columns like university1,university2,university3 and so on.. in my data table.Now i want to add all these values in one dropdownlist using asp.net with c# and sql server 2000. My quer...
I am working in Visual Studio 2005 PocketPc VB.NET, currently I had a ListView control, how do I get the user selected item value or index???
How to create dynamic reprots in VB.NET 2005 using Report Definition Language (RDL).
I have two windows Forms(Form1 and Form2) Form1 has a combo box with one tableA and Form2 has a combo box with the same table A. I want to get the Data from Form2 to populate Form 1 when a use...
Hi to all, I write a xml file from a dataset. But when i write to file so xml file's root element is dataset's name. I don't want to dataset's name in xml file. How can i do it?
I had this working and for some strange reason after trying to decorate my application it has stopped working and I get this error: "Error getting project. No data exists for the row/column...
I am looking to call WMI to do a rename and join workgroup.  The following functions compile cleanly but the renale doesn't seem to work: Function objGetComputerSystem() As ManagementObje...
Hi there, I would like to know how to change the version of .Net Framework version from 3.5 to 2.0 and then test the application on IIS 7.0. The reason is I have VS 2008 installed on my...
Hi, I would like to be able to change the number format during a copy/paste from Excel to Word.  For example, the number format in Excel of the user could be 123,456.53 but I want to change...
I am getting the above error message and can't find a solution. I have attached the message box that pops up and the code snippet where I am getting the error. Specifically when I step through...
Hi, I have been working on my web site for some time now and it has been working when I have been previewing it. Once I have uploaded the web site to the server, i get the following erro...
Hello, I need to retrieve the value of the first cell of a selected row of a datagridview in a windows form. I've look on the forum but not found what I need. In fact, I display all t...
I have a fairly large application, and whenever I move from making changes - no matter how small - to debugging it takes several minutes to begin. If I stop and restart without any changes tha...
I'm working with a ShoppingCart built by VevoCart. I need a page to be displayed based on an option in the products added to a shapping cart from the user. This option is pulled from the produ...
Hi Experts, How can I pass a char[64] to VC DLL file using VB Library link? In VC++ (It's OK and work.) : char clipName[64]; error = GetClipName(gPlrHand, clipHandle, clipName, MaxClip...