ASPXは初めてですが、コードの開発に問題があります。下記を参照してください。ボタンを削除する横にテキストボックスを設定するにはどうすればよいですか?
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('`enter code here`Are you sure you want to delete? Any running tests will be aborted!'))" & _
" {" & ClientScript.GetPostBackEventReference(btnDeleteTestType, "" & sequenceNode.Value.ToString & _
WordSeparationChar & testTypeNode.Value.ToString & "") & ";};"" />"