http://geekswithblogs.net/dotNETvinz/archive/2009/08/13/bind-datatable-to-datalist-control.aspx
http://geekswithblogs.net/dotNETvinz/archive/2009/08/13/bind-datatable-to-datalist-control.aspx
http://caniuse.com/
http://jsfiddle.net/arunpjohny/9w2gZ/
function createGuid() {
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
<!DOCTYPE html>
<html>
<asp:TextBox ID="txt_date" runat="server" class="form-control" style="width:263px;" TextMode="Date"></asp:TextBox>
<asp:RangeValidator ID="RangeValidator1" runat="server" ErrorMessage="※日期需介於1900/01/01 ~ 2100/01/01" ControlToValidate="txt_date" MinimumValue="1900/01/01" MaximumValue="2100/01/01" Type="Date" Display="Dynamic"></asp:RangeValidator>