技术,思考的艺术

ASP.net ,C#,VB.NET,SQL + B2B,SCM,CRM,ERP
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年2月16日

摘要: 问题如题我尝试了下列方法,在页面程序中加入:1protectedoverridevoidOnInit(EventArgse)2{3base.OnInit(e);4Page.Form.DefaultButton="btnSearch";5}但是页面提示错误,宣告失败The DefaultButton of 'form1' must be the ID of a control of type IBu... 阅读全文

posted @ 2006-02-16 10:39 1werwerfer 阅读(1209) 评论(3) 推荐(0) 编辑