http://geekswithblogs.net/dotNETvinz/archive/2009/08/13/bind-datatable-to-datalist-control.aspx

 

amychang2014 發表在 痞客邦 留言(0) 人氣()

http://caniuse.com/


amychang2014 發表在 痞客邦 留言(0) 人氣()

http://tomex.dabutek.com/2013/07/iis.html

應用程式可以設定其所屬之應用程式集區,虛擬目錄則沒有這項功能。

amychang2014 發表在 痞客邦 留言(0) 人氣()

http://www.phpgang.com/how-to-show-image-thumbnail-before-upload-with-jquery_573.html

 

amychang2014 發表在 痞客邦 留言(0) 人氣()

http://jsfiddle.net/arunpjohny/9w2gZ/


amychang2014 發表在 痞客邦 留言(0) 人氣()

function createGuid() {
           return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {

amychang2014 發表在 痞客邦 留言(0) 人氣()

http://www.jquerybyexample.net/2012/06/get-url-parameters-using-jquery.html

 

amychang2014 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE html>
<html>

amychang2014 發表在 痞客邦 留言(0) 人氣()

@media screen and (-webkit-min-device-pixel-ratio:0){#diez {color: red }}

 

amychang2014 發表在 痞客邦 留言(0) 人氣()

<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>

amychang2014 發表在 痞客邦 留言(0) 人氣()