原创 XP菜單

<style>/* 先把這個 xmenu 的樣式放到css裏 */.xmenu td{font-size:12px;font-family:verdana,arial;font-weight:bolder;color:#ffffff;bo

原创 關於EXCEL2007導入DataSet報“外部表不是預期的格式”的解決方法

        很多人換了2007後,問的最多的問題之一是2003裏最經典的ADO中的“provider=Microsoft.Jet.OLEDB.4

原创 JQuery多文件上傳插件Uploadify在ASP.NET中的實現

 <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <ti

原创 保留兩位小數

  http://ywxk1999.popo.blog.163.com/blog/static/920115520082783458167/ 1、

原创 在Aspose.Cells的單元格中加上邊框

  //Instantiating a Workbook object Workbook workbook = new Workbook();  

原创 在GridView控件中的RowCommand事件裏獲得行信息的方法

          取ID的值方法一                  GridViewRow drv = ((GridViewRow)(((Li

原创 使用ToolkitScriptManager報錯“Sys.Extended.UI"的解決方法

  To resolve this issue simply add CombineScripts=”false” to the AjaxToolk

原创 Javascript中replace的用法

第一次發現JavaScript中replace() 方法如果直接用str.replace("-","!") 只會替換第一個匹配的字符. 2而str.replace(//-/g,"!")則可以替換掉全部匹配的字符(g爲全局標誌)。345re

原创 檢查編輯的方法和視圖(ASP.NET MVC3系列文章六)

  原址:http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/getting-started-with-mvc3-part6-cs   這個教程將會使用Mi

原创 jquery.fullCalendar官方文檔翻譯(一款小巧好用的日程管理日曆, 可集成Google Calendar)

轉載請聲明出處: http://blog.csdn.net/lgg201 1. 使用方式, 引入相關js, css後, $(‘#div_name’).fullCalendar({//options});  接受的是一個option對象

原创 基本操作(.Net Remoting學習二)

1.應用程序域(.Net Remoting學習一) 2.基本操作(.Net Remoting學習二) 3.分離服務程序實現(.Net Remoting學習三) 4.遠程方法回調(.Net Remoting學習四)         Rem

原创 應用程序域(.Net Remoting學習一)

1.應用程序域(.Net Remoting學習一) 2.基本操作(.Net Remoting學習二) 3.分離服務程序實現(.Net Remoting學習三) 4.遠程方法回調(.Net Remoting學習四)         引言

原创 爲ASP.NET MVC應用創建Entity Framework數據模型(1/10)

 原址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-a

原创 從一個控制器(Controller)存儲您的模型(Model)數據(ASP.NET MVC3系列文章五)

   原址:http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/getting-started-with-mvc3-part5-cs 這個教程將會使用Mi

原创 改善Details和Delete方法(ASP.NET MVC3系列文章九)

    原址:http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/getting-started-with-mvc3-part9-cs   這個教程將會使用