New to .NET. I used the wizard to create the SQLDataSource and the SelectCommand works fine. However, when I try to Update, the values submitted are all being sent as null so I am led to believe that somehow the data on the form is not being bound to the variables in my UpdateCommand and UpdateParameters list. Can someone tell me what I am doing wrong? Is my syntax in the UpdateCommand not correct? The db that I am using is an Oracle db. A coworker created a similar form to update a SQLServer db and it worked fine for him.
Thanks!
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="candidate.aspx.cs" Inherits="secured_candidate_search" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&qu ...
Go to the complete details ...