Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet datatools > july 2006

Updating DataTable bound to a DataGridView
Posted by Carlos Cruz at 7/27/2006 12:09:49 AM
Hi, I've a DataGridView with Datasourse = Datatable. The problem is that I can't get my last record updated at the database unless I change the row where I'm editing... Can anyone explain me why and how can I manage to get rid of this? By the way, Im' updating with DataAdapter.Update(DataT...more >>


Update a DataTable using an SQL Statement
Posted by pigeonrandle at 7/24/2006 6:56:46 AM
Hi, I just posted this in dotnet.c# by mistake...apologies to those whom i have offended :O) Is it possible to run an Update/Insert SQL statement against a DataTable. I've seen info on Select, but not Insert/Update. Thankyou in advance, James Randle ...more >>

Parameter Problem with Stored Procedures
Posted by RON at 7/14/2006 12:23:01 PM
Using .NET 1.1; SQL Server 2000. Here' s a simple SP: CREATE PROCEDURE dbo.atest_INS @col1 char(20), @col2 int output AS INSERT INTO test( col1) VALUES ( @col1 ) Select @col2 = @@Identity Here's the .NET code: Dim objConnection As SqlClient.SqlConnection = New SqlClient.SqlC...more >>

Dataset Control for Web Forms
Posted by bill at 7/3/2006 11:37:00 AM
What do you use now in VS2005 to put a Dataset control on a Web form? The option is not part of the toolbox anymore. ...more >>



DevelopmentNow Blog