<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="HEAD1"><title>
 塗鴉牆
</title>

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

http://tw.myblog.yahoo.com/chiu-px/article?mid=8&next=7&l=f&fid=6

Function ASP_IMAGE(ByVal durl As String, ByVal surl As String, ByVal w As Integer, ByVal h As Integer)
        'ASP.NET 縮圖功能
        Dim image As System.Drawing.Image
        'Dim anewimage As System.Drawing.Bitmap

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

 MIS2000 Lab. 的 ASP.NET專題實務/教學與分享

http://www.dotblogs.com.tw/mis2000lab/Tags/Web%20Service/default.aspx

使用 ASP.NET Web 服務

http://msdn.microsoft.com/zh-tw/library/t745kdsh.aspx

在 Visual Web Developer 中建立和使用 ASP.NET Web 服務

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

<script>
// LOAD 進度
function showLoadingBar()
{var i,j=0;
 bar01.style.pixelTop=bar02.style.pixelTop=document.body.clientHeight/2-14;

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





網址:http://localhost/minwt/doc/detail.aspx/123?id=1#top語 法結 果Request.ApplicationPath/

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

瀏覽器則會自動判斷檔案格式,當格式非一般的檔案型格式時,瀏覽器則會直接開啟在瀏覽器中,如jpgwmvpdfdoc….等,

因此若要讓這些格式可強制下載時,則須要動點小手腳,而下列的Code不但可直接強制下載外,還支援遠端的路徑,如http://photo.minwt.com/……jpg,相當的簡易好用。

protected void Page_Load(object sender, EventArgs e)
{
string f = Request.QueryString["f"];

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

標題: [情報] 有關msn登入不能的解決辦法之一
時間: Wed Nov  4 05:57:26 2009
這個是解決msn無法登入,
然後告訴你出現這個訊息 windows live platform
然後出現AppName: wlcomm.exe 以及 ModName: ntdll.dll 的訊息的辦法

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

  <asp:CompareValidator ID="CompareValidator1" runat="server" Display="Dynamic" Type="Integer" ValueToCompare="0" 
                                  ControlToValidate="DropDownList2"  Operator="NotEqual" ErrorMessage="請選擇發布課室" ></asp:CompareValidator>

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

a0001.JPG

官方網站  http://ckeditor.com

官方下載網址 http://ckeditor.com/download

使用FCKeditor作為ASP.NET控制項必須下載2個檔案

FCKeditor    樣版

Our previous editor solution, stable and full featured

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

一個 web.config 繼承的問題
由於網站中的子應用程式(虛擬目錄)中的 web.config 會繼承根目錄的 web.config
造成兩個 web.confg 的設定衝突 ... 等狀況,ASP.NET 1.1 與 2.0 混合開發時!
間接使得子應用程式的系統發生錯誤無法執行。
告子應用程式中的 web.config "完全不繼承" 根目錄的 web.config

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

<asp:BoundField DataField="true_name" HeaderText="姓名" >
      <ControlStyle Width="100px" />
      <ItemStyle Width="100px" />
</asp:BoundField>

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

repeater裡面置入buttom和HtmlInputCheckBox,
點選buttom後將HtmlInputCheckBox有選取的項目做動作

<ItemTemplate>
<input id="checkbox" type="checkbox" name="checkbox" value='<%#Eval("ID") %>' runat="server"/>
<asp:ImageButton ID="ImageButton1" runat="server" CommandName="2" ImageUrl="/test/images/delete_all.png" />  </ItemTemplate>

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

1 2 3 4
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。