I have Cascading Dropdowns, populated via jquery ajax. Follow the link to get the sample code Download Sample Code
Steps that results into an exception:
1: Make selection for ModelYear, Make and Model
2: Click "Clear button" to reset the dropdowns and that's when it throws an exception.
How can I get rid of this error? I have a weird way to circumvent it by setting hiddenfield upon Clear click and what not, but I will have lot many other controls on page that will do a postback and the workaround I have is getting clumsy and I am looking for a real solution.
May be I am doing something wrong but any pointers welcome.
I have made some access changes to the link. Please try and let me know if that works.
Edit: The sample is developed using VS2005 / .NET 2.0 and WinXP but server will be Win2003.