anothermay

(哪 热)

博客园 首页 新随笔 联系 订阅 管理

2007年10月22日 #

摘要: 无法将类型login_aspx转换为System.Web.UI.WebControl在2.0中做用户登陆界面Login.aspx时出现了这个错误。无法将类型"ASP.login_aspx" 转换为"System.Web.UI.WebControls.Login"郁闷了好一阵,查了下网上的资料,发现很多人都遇到这个问题,所以很容易找到了解决的方法,这个错误的罪魁祸首是:<%@ Page Lan... 阅读全文
posted @ 2007-10-22 10:47 nother 阅读(449) 评论(0) 推荐(1)

2007年9月21日 #

摘要: app_offline.htm昨天关闭Visual sutdio2005的时候死机,我就在任务管理器中用进程结束把VS2005关闭了,但是打开的时候就出现这样的提示:This application is currently offline. To enable the application, remove the app_offline.htm file from the applicatio... 阅读全文
posted @ 2007-09-21 09:43 nother 阅读(642) 评论(1) 推荐(0)

2007年9月20日 #

摘要: 使用asp.net 2.0的CreateUserwizard控件如何向自己的数据表中添加数据在我们的应用系统中,asp.net 2.0的用户表中的数据往往不能满足我们的需求,还需要增加更多的数据,一种可能的解决方案是使用Profile,更普遍的方案可能是CreateUserwizard中添加数据到我们自己的表中。在结合asp.net 2.0的用户管理系统设计的保存用户额外信息的表中的主键是用户表I... 阅读全文
posted @ 2007-09-20 12:29 nother 阅读(740) 评论(0) 推荐(0)

摘要: 在CreateUserWizard中添加控件我使用CreateuserWizard时,需要扩展CreateuserWizard控件,在其中添加的控DropDownList,但是在在代码里无法取得它的ID,查了大量的资料后才发现用这样的方法可以得到这个值DropDownList list=(DropDownList)CreateUserWizard1.CreateUserStep.ContentTe... 阅读全文
posted @ 2007-09-20 12:26 nother 阅读(556) 评论(1) 推荐(0)