Hi all
I have a gridview that is returning an error: Procedure or Function has too many arguments specified
This happens when I click the Update button after doing an edit.
This is the markup for the page:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="People.aspx.vb" Inherits="PandP_DB.People" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<h1>People</h1>
<br />
<br />
Please type the first few letters of the Surname <asp:TextBox ID="txtSurnamePart" runat="serv ...
Go to the complete details ...