Advertisement

1 - 10 of 42 containing alltags:("updatecommand") (0 seconds)
I have written the code below to update my database when the cmdUpdateProfile button is clicked but it doesnt work.  I have also included the code from the form load in case it is messing things up...
Zones: ASP.Net ProgrammingDate Answered: 06/04/2006 Grade: A Views: 0
I have an application which populates a grid froim the following query:- SELECT     dbo.StTakeHead.StTakeHeadId, dbo.StTakeHead.StTkHdDesc, dbo.StBranchDets.[Bin or Bay], dbo.stmas.[Product Code...
Zones: MS Visual BasicDate Answered: 10/18/2006 Grade: A Views: 0
Dear Experts! Ok, I've got this datagrid, which is tied to a table in a database. One of the fields that is part of the table is a 'date' type field. Anytime a new value is entered in the datagr...
Zones: MS Visual BasicDate Answered: 12/14/2006 Grade: A Views: 0
Quick background:Jumped in deep end - Went from standalone PC to  Wifi LAN, Server 2003, SQL 2000, local web site with FPExt. and .NET on server and Visual Studio 2003 on Client PC. All OK as far a...
Zones: .NETDate Answered: 02/11/2004 Grade: A Views: 0
Hi, I'm using a simple web datagrid bound to a dataset to display and edit some db info. I use the following code to fill in parameters in the oledbcommand:         oCmd.Parameters("@Name").Valu...
Zones: .NETDate Answered: 03/11/2004 Grade: A Views: 0
Hi there, I just wanted to built an easy website for users to enter their address. I use Access 2000 as a DB and I can read all Data based on the UserID, which I store in a SessionID. But when I t...
Zones: ASP.Net ProgrammingDate Answered: 09/21/2004 Grade: B Views: 0
hai i want to update the Password but there is error Databse has 2 field one is Login and other is Password plz remove this Error ERROR: Additional information: Update requires a vali...
Zones: C#Date Answered: 01/28/2005 Grade: A Views: 0
When I run the following code, I get this error message stating "Specified cast is not valid.".  It is related to the line of code: Dim txtEdit As TextBox = CType(e.Item.Cells(i).Controls(0), TextB...
Zones: ASP.Net ProgrammingDate Answered: 11/21/2005 Grade: B Views: 12
I am trying to write the UpdateCommand for a DataGrid, i get error: Could not find control 'OldProposed_ID' in ControlParameter '@OldProposed_ID'. I know i am not declaring this correctly. Plea...
Zones: ASP.Net ProgrammingDate Answered: 11/15/2006 Grade: B Views: 0
this is my aspx code i don't know why when i click save, it doesn't update my record.  Any ideas? how should be codebehind look like? thanks.     <form id="form1" runat="server">     <d...
Zones: ASP.Net ProgrammingDate Answered: 01/31/2007 Grade: A Views: 0