I have the following hyperlinkfield and currently I’m passing just the date, but I need to pass both the date and the time from the field in my datagridview. Can someone please assist:
<asp:HyperLinkField DataTextField="OnCallStart" HeaderText="OncallStart" DataNavigateUrlFields="SchedName,OncallStart" DataNavigateUrlFormatString="\\website1\\Default2.aspx?schedname={0}&date={1:d}" SortExpression="OnCallStart" />
Thank you
Doug