已经检查了CheckBox但是没有启用Textbox

时间:2017-03-09 15:02:47

标签: javascript c# jquery asp.net checkbox

我使用了CheckBox Checked Enable Textbox之类的功能,它工作正常但是在网格视图行中单击编辑按钮弹出一个所有行列都处于编辑模式,但是此复选框未被选中并且文本框未启用

我使用了web方法来获取网格行的所有行 并使用了道具

[的webmethod] $('<%= chk.clientid%>')。prop(' checked',var.hel)这是检查复选框 但如何启用文本框

$('<%= txt.clientid&#39)。VAL(var.txt);如果选中复选框,则应该在行上启用

任何想法??

帮助??

1 个答案:

答案 0 :(得分:0)

bing中的搜索给了我这个代码示例

{  
   "ok":true,
   "result":{  
      "url":"https://api.telegram.org/bot[token]/setWebhook?url=https://webhook.mydomain.com/api/webhookaction/",
      "has_custom_certificate":true,
      "pending_update_count":1,
      "last_error_date":1489126755,
      "last_error_message":"SSL error {336134278, error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed}",
      "max_connections":40
   }
}
相关问题