| |
adibalaji
Posts: 2
Score: 0
Joined: 8/25/2008
Status: offline
|
<script language ="vbscript"> Dim TheForm Set TheForm = document.forms("form1") TheForm.TextBox1.Value = "Hai" </script> This vbscript works fine in htm file but it doesnt work in asp.net webform. This vbscript assigns a value to the textbox in html file. But it is not able to assign a value i asp.net page. Can any one letme know how to assign value to textbox using vbscript
|
|