In my aspx page I have drop
down list that initialy in page load event loads up with list of values which is shown to client(drop
down list "A") and in client side, depending on client selecion of another drop
down list(drop
down list "B") I have written a javascript to update drop
down list "A" with corresponding values with Ajax
…