V
Valli
HI,
I have a drop down list in my aspx page. When the list1 value changes, a
procedure GetList2Values ( onchange="GetList2Values ()" ) will get executed.
Since the list2 contains a large number of data, I need to provide a status
'Loading...' in another label . After loading completed, the status label
becomes empty. I write this label updation in GetList2Values procedure. But
it didnt work. Tha label didnt get updated. Is there any way to update this
label?
GetList2Values is written in javascript.
I have a drop down list in my aspx page. When the list1 value changes, a
procedure GetList2Values ( onchange="GetList2Values ()" ) will get executed.
Since the list2 contains a large number of data, I need to provide a status
'Loading...' in another label . After loading completed, the status label
becomes empty. I write this label updation in GetList2Values procedure. But
it didnt work. Tha label didnt get updated. Is there any way to update this
label?
GetList2Values is written in javascript.