<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/base/jquery-ui.css" type="text/css" media="all" />
    <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"  type="text/javascript"></script>
    <script type="text/javascript">
        $(function () {
            var date = new Date();
            $("#<%=dpd1.ClientID%>").datepicker({  
                autoclose: true,
                changeMonth: true,
                changeYear: true,
                chandeDate: true
            });
        });
    </script>
I'm using above code,i'm trying to add min date property but i not successed.Can u tell me anyone how to disable previous dates in above code ?