aspx ページ コード: GridView の a タグをクリックして、クリックした行のドロップダウン ボックスとテキスト ボックスの値を取得します コードをコピー コードは次のとおりです: BoundField HeaderText="ID" DataField="ID" /> Value="0"> ;機密 男性 ;女性 itemTemplate> > コードをコピーします コードは次のとおりです: <br><script language="javascript" type="text/javascript"> <br>function Save(obj) { <br>var tr = $( obj).parent().parent(); // クリックされた行の tr を取得します </div>tr.find("td").eq(3).find("select").val();クリックされた行の 4 列目を取得 DropDownList1 The selected Value <br>tr.find("td").eq(3).find("select").text() //4 列目の選択 Text を取得クリックされた行の DropDownList1 <br>tr. find("td").eq(4).find("input").val(); // クリックされた行の 4 番目の列を取得します TextBox Text <div class="codetitle">} <span>