button.click イベントにテキスト ボックスを挿入する必要があります。このために、私はこのコードを使用して ASPX.VB ファイルに実装しました。
以下のコードは、削除ボタンの横にテキストボックスを表示する添付のスクリーンショットを反映しています。
問題:
例: ASPX ページに単純なテキスト ボックスを挿入すると、そのテキスト ボックス ID を取得して aspx.vb ファイルで操作できます。同様に、テキストボックス ID を取得して、以下のコードを試してみたいと思います。どのように?
このテキスト boxId(id = ""txtExperimentalStressdays"") を取得して、ユーザーが入力したデータをデータベースに保存する方法。
以下のようにするだけです: メソッドを呼び出してテキスト ボックス データを挿入する calltextboxdatainsertmethod(txtExperimentalStressdays.text)
問題は、上記の行のようにすると、このテキスト ボックス コードが "" 引用符で囲まれているため、機能しないことです。
testTypeNode.Text = testTypeNode.Text & "" & _
" <img src=""../images/delete_16x.ico""" & _
" style=""text-align:bottom; cursor:pointer;"" alt=""Delete TestType""" & _
" title=""Delete TestType"" onclick=""javascript:if(confirm('Are you sure you want to delete? Any running tests will be aborted!'))" & _
" {" & ClientScript.GetPostBackEventReference(btnDeleteTestType, "" & sequenceNode.Value.ToString & _
WordSeparationChar & testTypeNode.Value.ToString & "") & ";};"" />" & _
"<inputtype= ""text""id= ""txtExperimentalStressdays""name=""ExperimentalStressdays""size=""4"" title=""Pleaseenter the Experimental Stressdays"" javascript:onfocusdown(/>"