DataBinder

首页 新随笔 联系 订阅 管理
  8 Posts :: 0 Stories :: 13 Comments :: 0 Trackbacks

公告

09 2006 档案

摘要: Public Shared Function kwkj_user_serverInRole_addrole(ByVal username As String, ByVal rolename As String, ByVal serveronid As Integer, ByVal yearnum As Integer) As Integer Using connection As New SqlC...阅读全文
posted @ 2006-09-26 16:46 数据绑定者 阅读(220) | 评论 (0) 编辑

摘要: From :http://www.codeproject.com/aspnet/anonywebparts.aspIntroductionASP.NET 2.0 provides a Web Parts framework, allowing programmers to easily integrate drag ’n drop menus etc. in their web por...阅读全文
posted @ 2006-09-08 09:03 数据绑定者 阅读(239) | 评论 (1) 编辑

摘要: CREATEPROCEDURE[dbo].[GetUsers]--得到用户列表,注意这里的参数@RowIndexint,@RecordCountintASBEGINSETNOCOUNTON;WithVUsersas(select*,row_number()over(orderbyUserIDdesc)asRowNumfromMyUsers)select*fromVUserswhereRowNum&...阅读全文
posted @ 2006-09-07 10:59 数据绑定者 阅读(653) | 评论 (0) 编辑

摘要: 我就在页面中拖了一个WebPartManager 什么也没干,一运行,出现错误在网上逛了一下,有位仁兄说把连接字符串改为标准就可以了,试了一下,还是不行,正在找解决办法中.. Server Error in '/myWebSite' Application.An error has occurred while establishing a connection to the server. Wh...阅读全文
posted @ 2006-09-06 16:12 数据绑定者 阅读(1024) | 评论 (1) 编辑