Hi there,
I'm relatively fresh to ASP.NET and AJAX and i'm scratching my head as to how to do the following.
I currently have a page with a FormView (in Insert mode) that is populated with three drop down lists (DDLs).
1st DDL:-
Obsolete
Donated
Warranty Return
Stolen
Sold
If the value they selected was either obsolete, donated or warranty return they select a value from the 2nd DDL. But if they select stolen or sold they then have to select a value from the 3rd DDL. All DDLs are visible and all can be selected and entered into the DB. This is all dependent on the user remebering (And reading the instructions ) to correctly select the appropriate DDL. It also allows for all DDLs to be selected and inserted into the DB!! ...
Go to the complete details ...