i'm using asp.c# to validate form and e-mail the results to my inbox but keep getting this error message:
Compiler Error Message: CS0117: 'System.Web.UI. HtmlControls.Ht mlForm' does not contain a definition for 'Form1'
need some assistance, my aspx & C# code:
[HTML]
<%@ Page Language="C#" AutoEventWireup ="true" CodeFile="join. aspx.cs" Inherits="join" %>...
User Profile
Collapse
-
(0x80040E10) Too few parameters. Expected 1.
I'm quite new to asp/sql and would appricicate some help..
I'm trying to update AmountInStock in the appropriate record, by IDKEY..
ERROR:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
CODE:
IDKEY=CStr(Requ est.querystring ("IDKEY"))
sql="UPDATE acc SET AmountInStock...
No activity results to display
Show More