hi, i want to call java script function ...when i do onSelectedIndexchange of dropdownlist.. I want to set on of the text box value = "" in that java script function. I am using code behind. How do i do? Where should i keep java script.. any help? Thanks -nii..
I am interested in future, because rest of my life I am going to spend over there...
niravg
Member
410 Points
82 Posts
using java script in .aspx page
Dec 11, 2003 04:49 PM|LINK
rox.scott
Contributor
6080 Points
1214 Posts
Re: using java script in .aspx page
Dec 12, 2003 04:11 PM|LINK
ddl.Attributes.Add("onchange", "TextBox1.value=''")