I'm trying to update some newly added fields (DOB, Social Security, Address) to my tblEmployee table via the connected website. I've added the fields to tblEmployee, and added the corresponding fields to my .aspx file. When I go to the website and type in all information associated with a new employee and hit save, the new fields return blank when I bring up that employee. Any help would be greatly appreciated. I would assume that it is a problem with a stored procedure in the SQL database.