Do not use on any
shared computer
August 29, 2008 02:58pm pdt

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top Visual Studio .NET 2005 Solutions: 401 - 421 of 421
 
Is there any way to limit user entry to the current row until the user clicks on a [Save] Button a DataGridView?
when i assign this: txtDescriptionFrench.Text = gvRecords.Rows(index).Cells(3).Text I should be getting this in txtDescriptionFrench.Text Biomasse Écorce But instead I get this: Bioma...
I'm using the below code to display the windows user(username) information in .Net Does anyone know how to get the logged on users e-mail address from the active directory as well?
I'm using vs2005 & crystal XI, I have a report that I create, I then use ExportToDisk to export it to a PDF and then I use System.Web.Mail.MailMessage and attach the pdf to the email. However,...
every time some clicks on a particular banner , i want to include that in the database id | url (clicked) | counter | date i know it'll be a query string like Redirect.aspx?id=1
I am getting this error while opening web project in visual studio 2005. While searching on google, I found that I should have below dlls in GAC with same version. But none of them existing in...
Experts: NEW to VS 2005. I need to create a simple DATA ENTRY form for our Sales Department, whereby they can enter data for capture into a SQL Table. I have about 25 pieces of data that...
hi there, This code wroks some what, but the problem is that it writes sevral times the values on the drop down and i dont know why. I need to read the values of the text file and populate ...
OK, here is a really dumb question. How do I build a list of variables (a1, a2, a3, etc) based on items in a listview???         Dim count = ListView2.Items.Count                     Di...
hi, Is there a way that i can change the contents of a listbox? i have a listbox that not always contains the same amount of items and i need to select an item an right click and have the na...
My Win application's Dataset/TableAdaptors use a connection string that originally was created byselecting "Yes, include sensitive data in the connection string" option in the Data Source Conf...
Hi, Whenever we make a change to our code in VS2005, the Build Errors list recalculates the build errors and Warnings. It takes about 5 seconds for it to do this, and a lot of 5 seconds ...
Greetings :                       Can anybody send me an example to create a menu like this :                              Home > Forums > Programmers > Languages > VBScript Forum          ...
I have a common dll that I need to use in both a vs 2003 and vs2005 project. I'd like to register the dll in the global assembly cache. Since it's being used by 2 flavors of .net do I have to ...
I am trying to do a web project build using Visual Studio 2005 Professional Edition and I'm getting the following error: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets...
hi guys, im using vb.net 2K5 and im in quite a pickle here. hope someone can help me out. what i want to do is when the user inputs the letter "g" my program will check if the preceding in...
I'm building an eCommerce site with ASP.NET/VB.NET in Visual Studio. I'm looking for a template or package that I can use to design a nice site (both look and functionality). A lot of the cata...
Is there a way in MS Visual Studio to make it so that when you add a bookmark it also highlights the row to a custom color?
I have been charged with cleaning up a VB.NET project which violates all kinds of FxCop rules. One of the more prevalent violations is the use of underscores in variable names. What I'd like t...
I would like to programatically allow users of my program to store an image (their company logo) to a Microsoft Access database (MS Access 2000 format), and be able to later retrieve that imag...
I have a drop down list and woud like to know if it is possible to display more than 1 data field inside the drop down list. As default, it ASP.Net only allows me to use only 1 data field. ...