I need to display the Current Date (17/Jun/2013) Automatically in the ASPxDateEdit Control by default while loading.
How to implement this?Any default property is there?
I need to display the Current Date (17/Jun/2013) Automatically in the ASPxDateEdit Control by default while loading.
How to implement this?Any default property is there?
我建议你看看这里。该Date
物业将解决您的问题。
请按照此示例并根据您的要求进行修改:
<dx:ASPxDateEdit runat="server" ID="uniquedateid" Width="95px"><ClientSideEvents Init="function(s,e){ s.SetDate(new Date());}" /> </dx:ASPxDateEdit>