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...
Hi,
I have an asp.net application on vb.net. I am getting the above error on a detailview screen which has 2 dropdownlists. One for region and one for teams. If you select a region, the teams...
Hello All,
I'm new to web programming so i'm trying a few tutorials to improve my understanding of how to load and configure web application solutions and projects in VS2005 and came across...
calling an SQL stored procedure? I'm using textboxes to send the SQL the search criteria. The gridview needs to appear as soon as a user begins typing in one of the textboxes.
The stored...
Hi
What is the best way in VB.net to get Access table names, and for each yable the field names and data types.
I have a bunch of CSV files that I need to open in VB.Net and then move them into an existing XLS format workbook (WB below). However by default, it is opening the CSV in 2007 format (1 millio...
I am an Oracle User, and started learning VB.net, first thing which i want to is
What is the difference between DataTable and DataSet?
Secondly, i need links from where i can learn vb.net...
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
hi
i got 3 group boxes on my form which contains some 5-10 text boxes each so when the user makes any changes selects the cancel button it will dispaly a confirm box saying yes,no if their a...
I am using SMO to execute some SQL Scripts. I want to create some parameters inside of the sql script. An example would be everywhere there is a reference to the database name i want that to b...
I want to be able to upload a zipped file, created with winZip, to my webserver. Then I want to unzip it. I understand the security implications pretty well. I am looking for VB.NET code to...
Hello,
I have a datagridview that is build without a dataset, but just with .rows.add(), so i don't have a dataset linked to it. I want to make it possible to export this datagridview to ex...
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 need to zip files in a folder using Vb.net,how can i do it.
Hi
How do you use the OpenFileDialog to get the folder name.
I am using the following code to get the file name and need to modify it to
get the folder name
Try
W...
I am writing VB.Net applications with an SQL Server database. My main PC on which I do most of the development work is a 32 bit machine with XP Pro. I am about to replace this PC and wanted ...
I am building a new windows application using Visual Studio 2005
This app is based on a VB 6 app.
How do I convert VB6 data connection and ADODB.Recordset syntax to VB.Net syntax?
'Crea...
I am trying to insert records into an existing sql table from an excel file in c# asp.net. I would like to only insert specifi columns (both from the excel table and to the sql table) and spe...
I am creating Exchange appointments using a VB.NET program on the Exchange server (Exchange 2003, .NET 2.0). The program uses the Microsoft CDO For Exchange 2000 library and I am using ADODB ...
Hi, I am using Visual studio 2005 with ASP.NET.
In the HTML editor I would like to have automatic indenting of the tags, is this possible?
Thanks.
I have Visual SourceSafe 6.0 and need to integrate it with Visual Studio 2005. In other words, I would like the ability to setup my VS Web projects so that when I open a file to edit, it chec...
How do I add a sort glyph to Microsoft Visual Studio 2005 (VB.Net) listview column headers? I've implemented a class that does the sorting; now I need a visual representation - the up and down...
I have a project that i am working on.
And this project has a DataGrid in the ASP.net file
Here is what i want to accomplish
i want to have the last column of my datagrid be a dynamic li...
I have a web app that I load data into a gridview from a database. I have write code that will take whats in one of the fields and put it in a tooltip... so when the user drags the mouse over...
I have used the treeview control in my C# web application. In that i have a few parent nodes and there child nodes. i have set the ShowCheckboxes properties as ALL.
So if the ckeck box of a p...