Hello,
I am fairly new to DNN module development and have hit a bit of a snag. I have a form that has various fields and includes the dnn:DnnDatePicker control. My question is how do I return the value of the field so I put it into a database? My code is below:
<div>
<div>
<span>*</span> <asp:Label ID="lblDate" runat="server" Text="Date:"></asp:Label>
</div>
<dnn:DnnDatePicker runat="server" ID="dpDate" />
</div>
Thanks,
Stephen