using system;
using system.collections.generic;
using system.linq;
using system.web;
using system.web.ui;
using system.web.ui.webcontrols;
修改後
using system;
using system.data;
using system.collections.generic;
using system.linq;
using system.web;
using system.web.ui;
using system.web.ui.webcontrols;
我的第乙個控制項
最近在專案中碰到了乙個類似於cnblogs上面的日曆 行事曆 但是不是像cnblogs那麼簡單,cnblogs上的只是顯示功能而已,我碰到的是要從資料庫抓出資料與日曆進行繫結,然後根據資料出現的日期給不同的顏色進行辨別,再就是點選日期,根據該日期從資料庫抓出相關資料,予以顯示.我相信這樣的需求在軟體...
建立第乙個MVC
建立第乙個mvc asp.net 和預設路由設定 asp.net的mvc已經出到了4.0,我用的是visual studio2013,接下來努力學下mvc,學之前的話我建議大家先去學下三層 分別是dal bll model 大家可以去谷歌下,理解下這個理念,理解下各個層之間的關係,對mvc的學習也會...
建立第乙個WCF程式
using system.servicemodel namespace host 而hellowcfservice.cs 實現如下 using system 縮短為baseaddress http localhost 8731 hellowcfservice 並修改program.cs檔案為 usi...