hai there,
in my asp.net web page i have 2 dropdownlist,
for the 1st ddl--Binding data through web service method,(using cascadingdropdown1)
for the 2nd ddl-Binding data through web service method,(using cascadingdropdown2)
no relation btwn the 1st and 2nd,(not passing any values from 1st to the 2nd one )
here after the submit event is fired,the cascading dropdowns holding back the last values set by the user,
here i want to set the prompt text after the submit event,
since there is no properties such as prompt value in cascadingdropdown,
not able to clear the values once after the submit event,
it will not be problem if the 1st ddl is not using the cascading,
since there is no relation btwn the two ddl, im using the cascading ddl for BOTH ,
prakash
TelesoftIndia