我必须在 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(/>"