根据焦点从文本框外观更改为标签外观
我的gridview
中有一个模板字段,这个模板字段是一个(文本框)。我想做的是:用户完成写入并移动到下一个文本框(丢失的文本框)后焦点变成一个标签或像一个标签,如果它再次获得焦点,变成一个文本框。等等
如何做这样的事情?
I have a template field in my gridview
,this template field is a (text box).What i wanna to do is :After the user finished the writing and move to the next textbox , the one which lose the focus turned to be a label or like a label , and if it gets the focus again turn to be a text box.and ...etc
How to do some thing like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您搜索内联编辑。
这是您可以使用的 jQuery 内联编辑,但您可以在 google 上找到更多信息。
http://yelotofu.com/2009/08/jquery-inline-edit-教程/
和现场演示
http://yelotofu.com/labs/jquery/snippets/inlineEdit/demo_final.html
您需要如何彻底改变更新数据库的方式。
You search for an inline editing.
here is a jQuery inline editing that you can use, but you can find more on google.
http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/
and a live demo
http://yelotofu.com/labs/jquery/snippets/inlineEdit/demo_final.html
How ever you need to fully change your way of update your database.
像这样:
http://jsfiddle.net/9v4TJ/1/
Like so :
http://jsfiddle.net/9v4TJ/1/