Advertisement

635 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.

 
Top Visual Studio .NET 2005 Solutions: 26 - 50 of 393
 
We have a txt file (size around 2 G) that loads very slowly > 8 hrs. So, we decided to use bulk copy to accelerate the process. This txt file has some special headers (the second line conta...
I'm trying to create an icon using Visual Studio 2005 following these instructions http://www.codeproject.com/KB/graphics/HowToIcon.aspx. I'm not a Visual Studio programmer.  I use Access V...
Basically I would like to show the build / version number of my VB.NET project, but before you answer read this:- 1) AssemblyInfo.vb    Yes - I know you can change the assembly version to 1...
I have added a Formview control to my page that is bound to a database.  When the user clicks the "New" button I want some of the textboxes in the Formview to automatically populate with certa...
HI, I have a simple question: can we bind a datagridview control to a dataReader (to be exact an SqlDataReader)? Iand f so how? I tried: DataGridView1.datasource= reader DataGridView1.Data...
I recently upgraded to vb2008 and converted my vb2005 projects and setup project.  I am now having problems with the setup project, specifically the mdac28 prerequisite.   In the window for ad...
Hi, I went through an article by emoreau: and created my report and I am able to view the data. These r the steps I followed.  I created an xsd schema file with the same column names as ret...
Hi I am trying to execute a Oracle function which takes two parametes as Input and return's a varchar as output>I am trying to call the function in the similar way as we call a Stored proced...
Hello there Experts, On my development server (Win2003 Server) I can test host my WCF Service, writtne in VB .Net 2008 and use it as planned from my client apps on my development machine. ...
I need to convert the following VB6 code in VB.Net.   Can someone please help me
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 ...
In a .net web site, I want to download a file to a specific location at client system without using Browse button to select the file locaiton. Basically I want to copy the file from my server...
I am developing a windows based application, using Visual Basic.net 2.0,  i am trying to publish my application using visual studio's clickonce technology i've scuccessfully published my appli...
when i send the email through asp.net they drop in spam at the reciption address. please tel me which code im using to send email with out spam
I know it is possible to return a data table from a WCF function as it is Seriziable.  But what about a datatable.   Do I have to send a list of objects or is there a way to override the func...
I am using Visual Studio 2005, with the AjaxToolKit. I have used AJAX before, cascading dropdown and all works like a breeze. I am trying the Autocomplete  (Ajax toolkit  AutoCompleteExtend...
I installed SQL Server 2005 Standard edition and BIDS was installed as well.  Then, I installed VS 2005. When I open VS and select New Project, I can see all of the BIDS project templates, ...
I have a console application which displays contents of console.writeline in command window when run from start/run with arguments e.g. Open: I:\Apps\App.exe |1 but when run from Access ...
I am using Visual Studio 2005, VB.NET with SQL Server 2005. I have to create dynamic reports and for this i am using MS RDL reports. I create Report1.RDL using code and then view it using the...
Hi I'm currently developing an application for PDA's and I get the Exception Error message (InvalidCastException) on a Return statement. So I want to get through the code with breakpoints b...
Hi, I am writing a console app that would make a WS call. Is it a good idea to store the network credentials in the app.config of the console app. I presume not. What is the best way to store...
I have the following code. I keep getting an exception error when doing the execute and it says I have a syntax error in my "insert into..." statement. The table I'm trying to update has 4 fie...
I have a page that loads data in  a gridview. I can page, sort using the gridview. This works very well. I however created letters A-Z to be able to search based on the alphabets. 1. Th...
I have a DGV in a VB.NET project (VS 2008). There is one column where I need the user to be able to copy a value from one row, and paste into multiple cells, like one would in Excel. The...
Hi I have 2 DataSets. One, dsComplete, which contains all my data and another, dsSummery, which is empty. Now I want to add rows to dsSummery from dsComplete. In dsComplete "SubjectInComplete...