摘要:
本主題中的範例示範 ASP.NET 表單驗證的簡單實作,目的是要說明如何使用表單驗證,讓使用者登入 ASP.NET 應用程式的基礎。 注意事項 有個使用表單驗證的便利方式,就是使用 ASP.NET 成員資格和 ASP.NET 登入控制項。ASP.NET 成... 阅读全文
摘要:
"" then set conn=opendb() for j=1 to i if request("ckb_"+cstr(j))"" then conn.BeginTrans sql="update pur set pur_status='5' where pur_id='"&request("ckb_"+cstr(j))&"'" conn.execute... 阅读全文