For some reason in my Detailsview, whenever I do an insert, I do not get any date and time in the database (requestSubmittedTime) or status that I have put in my code behind (requestStatus) ...Here is the aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeBehind="Requestdev.aspx.cs" Inherits="AMSv0._2.Requestdev" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<h2> Access Request Form </h2>
<asp:DynamicDataManager ID= Go to the complete details ...