Do not use on any
shared computer
September 6, 2008 10:33pm 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: 101 - 125 of 402
 
Visual Studio 2005 vb.net Hi I use the following sql syntax manually in a sql server query to identify records in a table that have the same task description.  If the task description oc...
I am developing an application in visual basic dot net 2.0 and using dot net's clickonce tool to publish it for downloading and installation at clients end. Using windows XP environment. Now ...
Hi experts, I have Gridview and Formview. When I select Gridview Row, it displays its Formview. Here I have 10 rows in Gridview. Until I select any row of Gridview, Formview doesn't displ...
I have two radio buttons radiobutton1 and radiobutton2 and two dropdownlist. dropdownlist1 and dropdownlist2. What I want is that on page load both to be visible false no problem done that. ...
Please see my attached code. I need to sort my array of type structure by the TransDate Field. Help, I need code.
Using Visual Studio 2005 IDE and an SQL Server Database,  I built a web service that allows me to manipulate some data and display it.  This is nice,  but now I want to take the connection str...
Hi, I have an ASP.NET application, where I have to read some values from a DB and write the resultset to an CSV or XML File. Reading the data from the DB is not problem.  However, I'm no...
I am trying to create a user in vb.net 2005 via the system.directoryservices calls and I get an error that I am not able to figure out. I am logged in as the domain administrator and am abl...
I need to capture an image of an excel range using VB.net, and store this in the database. This raange would have tables and charts, and i want the whole thing to be exported out. I could use...
I am using System.Net.Mail to send e-mail from my program this works fine until i attach a file. The email then gets binned? sent to admin with a message saying that the e-mail account does no...
Hi, Im running into an ArgumentOutOfRangeException when I try to load my page.  Here is the information I get when the error occurs: Index and length must refer to a location within the...
I am trying to create an html email to be sent from my web page. I originally set it up for text but I am trying to convert it to html.  The text version worked fine. My problem is that it...
Hello how can I count the total number of checked checkboxes in a gridview column and display the value in a textbox called tbxCol1Total and also count the total number of unchecked Checked ...
I have several projects in one solution.  In one project lives all my datasets (DAL). They were developed using the dataset wizard and the connectionstring  is coming from Settings file for th...
Hi Guys, Here's my problem. 1. I have a tabcontrol with 3 tabpages. 2. I also have a timer. Now when this timer reaches zero it is supposed to do a button1.PerformClick() 3. Everythin...
hi, I have a routine that creates checkboxes dinamically with not problems. the problems ocurrs when i have to add this checkboxes to a listbox if the list of items is greather than the list...
I have been using VS 2005 for about 9 months and recently had a .Net Programming class where we went over WPF and WCF.  I wanted to work with it on my own pc, but I do not see those templates ...
In VS 2003, it was easy to specify your favorite output directory under (project name) -> Properties, but in 2005, in the same area, it appears I cannot do this. How do I, in visual studio 200...
How I can download folder  from web server to local disk in vb.net 2005? I know how to download file but I also want to download folder from web server to local disk in vb.net 2005.
Hi experts, I have developed a VB.NET winforms application using Visual Studio 2005. This application uses the free Microsoft Visio Viewer control to display Visio files within the applicat...
Hello I want to Display Data(Like Parent and Child) in GridView by DataSet with Relationship between Two TAble in ASP.NET2005.How i will show in gridview. Plz Send me code or way .it urgent ....
windowsapplication1.vshost.exe- application error the instruction at "0x67f5d899" referenced memory at "0x00000004". the memory could not be "read".click OK to terminate the program -t...
hello there, i need to accomplish a windows form application in vb.net. what is need is this. i need to have a main form(mainform) and 3 other empty forms(form1,form2,form3). in the m...
Hi Experts,   I have a combobox control  that have a datasource created with the datasource wizard and basiccly is: SELECT DISTINCT '-Seleccione-' As Login FROM CMS Union All SELECT D...
Hi there I've written a Window application in Visual C# 2005 which displays a form. This form contains a WebBrowser control. I have also in the solution a html page called HTMLPage3.htm ...