【发布时间】:2018-05-08 15:09:16
【问题描述】:
在 GridView asp.net 中放置光标文本框时如何在 jQuery 中获取当前行控件 ID?
$(document).ready(function () {
$('.Text_Controls_Focus').focus(function () {
$(document).ready(function () {
$('.Text_Controls_Focus').focus(function () {
// Need To Get ID of Current Row Of Griview and
// Griview ID
$(this).dialog('close');
}
},
modal: true
});
【问题讨论】: