Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Top Visual Studio .NET 2005 Solutions: 126 - 150 of 560
 
Hi,       I have Visual Studio 2005 installed and I am in the process of setting users and roles for a WCF web sevice.  I had VS 2005 installed but NOT SQL Server Express.  I installed SQL ...
Hello all: I have an ASP.Net web page that is my login page to an application.  It has a "Login" button that validates the user account details and then calls ClientScript.RegisterClientScr...
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
Does the BindingSource component or any data binding related components provide methods to refresh the control (datagridview, textBox) when the underlaying data has changed?
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...
On a web page, I have two categories of datasources, each gathering data through SQLDataSource controls.  One category is the static items that do not change.  These are generally used to popu...
I need to create  an enquiry program using 3 tables. Purchases contains the account number, credit limit, etc. Addresses contains the name & address and Detail contains the transactions Leavi...
I am developing with visual basic 2005 and access 2007. I have the following code below that works great and does delete a selected record successfully.  The 2 tables indicated below have a 1...
Hi all, I have an ADD button that I added to a gridview, the idea is when I press the add button it adds that customer number to a dataset I have.  I am not sure of what control I need to get ...
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...
HI, I am trying to Delete Record by DataSet and objectdatasource, but its saying " There is no row at position 0." Dont understand why. Can you please have a look at my simple code and he...
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...
Hello Experts, I have a question regarding the export of data on a DataGridView onto an excel file with the formatting. Basically I am a beginner at VB.net (visual studio 2005) and have ...
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....
In SQL I can use this statement: SELECT     RTRIM(AWDES1) + ' ' + RTRIM(AWDES2) + ' ' + RTRIM(AWDES3) AS DESCRIPTION, PartNumber, BIN# FROM         Query WHERE (DESCRIPTION = @SearchDescri...
Hello, I needed to use the new ListView control from .NET 3.5 so I downloaded the new framework and installed it. However, I cannot access this control from VS 2005, what do I need to do to...
Hi,  experts, I am execute store proce. thru vb.net i geting error Timeout expired store procedur has 155 line         cn = New SqlClient.SqlConnection(STR01)         If cn.State ...
Hi, in the Crystal Reports designer the location and the size of text elements can be specified by then members Left, Top, Width and Height. What unit of measerment do these values/members ...
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 datagridview that users edit and when the Save button is pressed I want the data from the datagridview to be saved back to the database.  Whenever I press the Save button my applicati...
I have edit customer page. When user click on update record button, the record is not updated. Why? Code fragment is here. select  Customer.service from customer where customerId=1 If...
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 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...
Hi, I have an ASP.NET application, where I have to read some values from a DB and write the resultset to an Excel File. Reading the data from the DB is not problem.  However, I'm not sur...
I have a dataset retrieved from a database and need to add a row to it under certain conditions. I have the code:- Try             With Me.DStrn.Tables("Transactions")                 For E...