anothermay

(哪 热)

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

随笔分类 -  .net相关

摘要: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 阅读(650) 评论(1) 推荐(0)

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

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