Javascript using asp.net
-
Hi, i want to write a javascript function in .aspx file to make a button enable property false and i want to take the value from a textbox to a javascript function and also i want to put some values in a textbox using javascript function.i tried a lot .but i didn't get the correct code.Please give me a reply with regards anu
-
Hi, i want to write a javascript function in .aspx file to make a button enable property false and i want to take the value from a textbox to a javascript function and also i want to put some values in a textbox using javascript function.i tried a lot .but i didn't get the correct code.Please give me a reply with regards anu
Hi Anu, Hope this Channel9 wiki's article will help you. http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerProgrammingBugs[^]
With Regards Satips
-
Hi, i want to write a javascript function in .aspx file to make a button enable property false and i want to take the value from a textbox to a javascript function and also i want to put some values in a textbox using javascript function.i tried a lot .but i didn't get the correct code.Please give me a reply with regards anu
Hi just use document.form1["TextBox"].value to set or get values
Dinesh Sharma Team Leader (Software Development)
-
Hi just use document.form1["TextBox"].value to set or get values
Dinesh Sharma Team Leader (Software Development)