---
title: "Current date display automatically in ASPxDateEdit control on default loading"  
description: "Current date display automatically in ASPxDateEdit control on default loading"  
author: "Anonymous User"  
published: 2014-11-19  
updated: 2014-11-20  
canonical: https://www.mindstick.com/forum/12642/current-date-display-automatically-in-aspxdateedit-control-on-default-loading  
category: "asp.net"  
tags: ["devexpress"]  
reading_time: 1 minute  

---

# Current date display automatically in ASPxDateEdit control on default loading

I need to display the [Current Date](https://www.mindstick.com/forum/323/find-the-day-name-and-month-name-from-current-date) (17/Jun/2013) Automatically in the ASPxDateEdit [Control](https://www.mindstick.com/blog/197/asp-dot-net-repeater-control) by [default](https://www.mindstick.com/interview/12771/what-is-the-importance-of-default-resources) while loading.

How to implement this?Any default [property](https://www.mindstick.com/blog/205/property-notification-in-c-sharp) is there?

## Replies

### Reply by Anonymous User

Please follow this example and modify according to your requirement:

```
<dx:ASPxDateEdit runat="server"ID="uniquedateid" 
Width="95px"><ClientSideEvents Init="function(s,e){
s.SetDate(new Date());}" /> </dx:ASPxDateEdit>     
```


---

Original Source: https://www.mindstick.com/forum/12642/current-date-display-automatically-in-aspxdateedit-control-on-default-loading

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
