Time of Update: 2018-12-07
前日,根據客戶需要,要根據如下的表動態產生如下的菜單:表中的資料是動態更新的。 我們平時IEWebContr來做菜單時都是在html中直接輸入,也就是說是靜態,現在要做成動態,而且菜單級數不定,怎麼來實現呢?筆者通過研究發現,用IEWebContr來做菜單時,功能表項目可以直接輸入,也可以用如下的方法指定從某一個檔案中讀取功能表項目: 〈iewc:TreeView runat="server" ID="Treeview1"
Time of Update: 2018-12-07
發布網站的時候有三個選項,很多人都不知道到底是怎麼用的,簡單說說: 第一個選項指定發布後是不是可以修改aspx檔案,如果勾選,則發布後的網站行為基本與ASP.NET 1.1一致,只要沒有增刪修改控制項,可以直接在伺服器上修改aspx檔案不用重新發布網站。
Time of Update: 2018-12-07
本人初步學習Ajax技術,通過自己學習了幾天,感覺Ajax的技術確實強大、好用。但在學習的過程中也遇到了問題,通過尋找解決辦法,總算把這個問題解決了。如果使用VS2008,那就方便多了,也不會出現類似錯誤,比vs2005使用更加容易。此問題的解決方案為:在<System.web>後加入<httpHandlers> <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory,
Time of Update: 2018-12-07
擷取IP1、ASP.NET中擷取擷取伺服器的IP地址: using System.Net; string myIP,myMac;System.Net.IPAddress[] addressList = Dns.GetHostByName(Dns.GetHostName()).AddressList; if ( addressList.Length>1) { myIP = addressList[0].ToString(); myMac = addressList[1]
Time of Update: 2018-12-07
實際上是利用.Net中的Process對象來實現的。 string str=@"d:\test.avi d:\test_allen.flv"; RunFFMpeg(str); //運行FFMpeg的視頻解碼, public void RunFFMpeg(string strCmd) { //建立並啟動一個新進程 Process p = new Process();
Time of Update: 2018-12-07
When all your web pages are reference to a master page, where a form element has already existed. But you want to rewrite the form action attribute and post data to other web page. So how to rewrite the form action attribute? 1. Use simple HTML
Time of Update: 2018-12-07
使用ASP設定指定網站CPU最大使用程度'================================================='函數介紹:設定指定網站CPU最大使用程度'本函數使用ADSI,需要Administrators組使用者權限'函數名稱:SetCPULimitVar (Computer,SiteNum,LimitVar)'用法:SetCPULimitVar 電腦名稱,網站編號,最大限制值(100=1%,1000=10%)'例:SetCPULimitVar "LocalHos
Time of Update: 2018-12-07
文章目錄 source:internet source:internetusing System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using
Time of Update: 2018-12-07
第一種:Response.Write("<script>window.close();</script>");// 會彈出對話方塊詢問是否關閉第二種: Response.Write("<script>window.opener=null;window.close();</script>");// 不會彈出詢問 傳值給父頁面:string value;value = Request.Form["myRadio"].ToString(
Time of Update: 2018-12-07
在無意中看到了網頁中執行.exe應用程式的方法:1、用.NET Framework中的Process類添加引用using System.Diagnostics;在按鈕的單擊事件處理常式中填入以下代碼:protected void Button1_Click(object sender, EventArgs e) { Process pro = new Process(); pro.StartInfo.FileName = "c:\\windows\\notepad.exe"
Time of Update: 2018-12-07
一個一個控制項的清空非常麻煩,所以寫了一個方法將一類的控制項清空: protected void btnClear_Click(object sender, EventArgs e) { foreach (Control ctl in this.Controls) { this.txtClear(ctl); } } private void txtClear(Control ctls) {
Time of Update: 2018-12-07
本人通過實驗擷取項目路徑的方法有以下幾種:擷取項目完整的絕對路徑string path = System.AppDomain.CurrentDomain.BaseDirectory.ToString();string path = Server.MapPath(".");//此"."可以換成專案檔裡的其它檔案夾名稱 輸出asp.net
Time of Update: 2018-12-07
//在VS2008中迴圈顯示Session: 方法1: Response.Write("<br>Session的所有值:<br>"); foreach (string key in Session.Contents) { Response.Write(key.ToString() + ": " + Session[key].ToString() + "<br>")
Time of Update: 2018-12-07
1.//彈出對話方塊.點擊轉向指定頁面 Response.Write(<script>window.alert('該會員沒有提交申請,請重新提交!') </script>); Response.Write(<script>window.location='http://www.51aspx.com/bizpulic/upmeb.aspx' </script>); 2.//彈出對話方塊 Response.Write(<script
Time of Update: 2018-12-07
<asp:Panel id=Panel1 runat=server DefaultButton="Button1"> <asp:TextBox id=TextBox1 runat=server/> <asp:Button id=Button1 runat=server Text="Button1"/> </asp:Panel>
Time of Update: 2018-12-07
以下除第一條外,均為為轉載內容:/**********************************************/ 最近在做項目時,使用table,div,css布局,最頂部加入img(圖片)後,底部總是有空白經過尋找了大量資料,問題總算是解決了。 網上朋友說是在進行頁面的DIV+CSS排版時,遇到IE6(當然有時Firefox下也會偶遇)瀏覽器中的圖片元素img下出現多餘空白的問題絕對是常見的對於該問題的解決方案也是“見機行事”,根據原因的不同要用不同的解決方案
Time of Update: 2018-12-07
1. 成員服務 使用ASP.NET Web Site Administration Tool建立配置網站的許可權資訊。該工具在http://localhost/<項目名>/webadmin.axd,通過配置,該工具將直接產生一個web.config的檔案用於存貯成員資訊。
Time of Update: 2018-12-07
UpFile.Fla (flash檔案)以下是程式碼片段: fileRefListener.onSelect = function (fileRefList:FileReferenceList):Void { uploadBtn.enabled = true; rePaintProBar("progressBar", 18.0, 50.0); var list:Array = fileRefList.fileList;
Time of Update: 2018-12-07
1、建立網站,選擇Asp.net Ajax Enabled Web Site 模板2、 <asp:scrīptManager ID="scrīptManager1" runat="server"/>中增加 EnablePageMethods="True" ,以啟用PageMethods3、編寫伺服器端方法代碼 [System.Web.Services.WebMethod] public static string
Time of Update: 2018-12-07
今天工作中遇到個小問題,情況如下,當我在後台頁面中設定Checkbox的Enable的值為false時,我在前端頁面中使用指令碼(chk.disabled = false),無法改變disabled的值為false,代碼如下: 前台代碼:前台代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><html