1.登陸頁面危險代碼 代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Dim query As String = String.Format("SELECT username, password FROM userinfo WHERE username='{0}' AND password='{1}'", userName, passwd)
the events of life circle in a datagridfirst, there is a important object in datagrid : datagriditem, we can get them use datagrid.items which is inherited from System.Web.UI.WebControls;the datagriditem has itemtype with type of enum listitemtype
昨天初學jquery,在asp.net2.0中一個測試,把用戶端動態產生的table和裡面的內容(table.outerHTML)儲存到資料庫var myJQ=jQuery.noConflict();第一次:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->myJQ.post("ajaxpost.aspx",{n:myJQ("#tab").html()
1.建立網站導覽檔案Web.sitemap;2.config檔案:代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><siteMap defaultProvider="XmlSiteMapProvider" enabled="true"><providers><add name="XmlSiteMapProvider"
在下載和安裝 ASP.Net AJAX 控制項之後,如果你需要使得你的 ASP.Net 網站項目具有 AJAX 控制項的漂亮控制項,你需要閱讀本部分內容獲得其配置的方法。 配置 ASP.Net AJAX 控制項需要對你的網站的 Web.Config 進行配置才能使得你的網站可以正常使用 AJAX 控制項。註: 在 Microsoft Visual Studio 2005 中, ASP.Net AJAX 並非是預設的安裝控制項,你需要點擊本站或者官方連結的下載並安裝 ASP.Net AJAX