<script type="text/javascript" src="<yourinstallationpath>/tinymce/tinymce.min.js"></script>
<scripttype="text/javascript">

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

 
Response.Write(String.Format("window.open('{0}','_blank')",ResolveUrl(pageurl)));

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

 http://endlesslive.blogspot.tw/2007/07/cnet.html

今天我老大問我.Net 可不可以修改圖檔,我回答不知道沒有用過~
我後來找了一下資料在 topcat姍舞之間的極度凝聚這個網站找到VB的範例

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

<script type="text/javascript">
tinymce.init({

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

日期驗證 ^\d{4}-((0\d)|(1[012]))-(([012]\d)|3[01])$ 

#region "驗証輸入的字串======================================================================================================================"
        ///

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

string news = HttpUtility.HtmlDecode(dr["新聞內容"].ToString());
news = Regex.Replace(news, "<.*?>", string.Empty);
navLNContent.InnerText = news;

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

將Web.config中的sessionState中的mode設成StateServer.

 

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

$('#stop').on('click', function() {
//$('#popup-youtube-player').stopVideo();

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

 

<div id="divLinks" runat="server"></div>

and in your code behind, you may loop thru the items and create as many links

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

ASP.NET C#

div.InnerHtml=HttpUtility.HtmlDecode(dr[3].tostring());

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