玄铁剑

成功的途径:抄,创造,研究,发明...
posts - 128, comments - 42, trackbacks - 0, articles - 174

ScriptManagerProxy中设置焦点

Posted on 2007-05-25 22:10 玄铁剑 阅读(221) 评论(0)  编辑 收藏 引用 所属分类: asp.net
use the static method ScriptManager.GetCurrent() to get the instance
of ScriptManager on a page:

ScriptManager.GetCurrent(Me.Page).SetFocus(me.txtBox2)
只有注册用户登录后才能发表评论。