随笔分类 -  日期随笔

摘要:set transaction isolation level repeatable readBEGIN TRAN Tran_Money select * from CodeType rowlock where CodeTypeID = 'AcceptmentState' UPDATE CodeTy 阅读全文
posted @ 2016-09-09 17:59 情难舍,人难留 阅读(146) 评论(0) 推荐(0)
摘要:insert into select插入数据 使用方法 http://dotnet.9sssd.com/aspnet/art/806 VB 给下dropdownlist设置值 vb Private Function ConvertDataTable(ByRef dt As DataTable) As 阅读全文
posted @ 2016-04-28 15:49 情难舍,人难留 阅读(155) 评论(0) 推荐(0)
摘要:1.加载JS代码 ClientScript.RegisterStartupscript() 2. VS 加入 JS代码的编辑器插件 3. ASP页面的控件设置为必须入力。 阅读全文
posted @ 2016-04-27 11:16 情难舍,人难留 阅读(101) 评论(0) 推荐(0)
摘要:Response.Redirect()的使用 Form表单的提交。 Session的使用 JS添加到ASP.NET try catch 的使用。 get和Post的数据提交方式 ContentPlaceHolderID的使用 ASP.NET的后台代码和前台JS代码相互调用 Literal控件的使用。 阅读全文
posted @ 2016-04-26 09:58 情难舍,人难留 阅读(181) 评论(0) 推荐(0)