2013-11-15 116 views
0

我在網頁上混合了js和asp圖表。我希望js圖表在日曆回發時更新。有沒有辦法從日曆中使用js獲取選定的日期?從javascript訪問asp日曆?

+0

我已經使用<%= MyCalendar.SelectedDate%> –

回答

0
<span class="auto-style1"><strong>From Date: </strong></span> 
<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() { 
    $("#<%= txtFrom.ClientID %>").datepicker(); 
    $("#<%= txtTo.ClientID %>").datepicker(); 
    }); 
</script> 
+0

我使用一個asp:日曆:( –

+0

@MatthewKnudsen請包括像在您的文章信息它不可能給出一個正確的答案用出所有。信息。 – paqogomez