Hello,
I am having to restructure some of my web forms, sometimes removing fields from the form entirely. My question: if I remove something from the form, and do not remove it from my code behind parameters, will this cause a database error? Or will it just ignore it if nothing is entered, assuming that Nulls are allowed in my OracleDB?