Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-style-parent:""; line-height:115%; font-size:11.0pt;"Calibri",... mso-fareast-"Times New Roman";} On making every AJAX call I cannot just keep filling the drop down list, as I have to clear the dropdown after every success call. So I need a function which is capable of making the drop down list empty. function ClearDropDown(ddl) { var ......
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-style-parent:""; line-height:115%; font-size:11.0pt;"Calibri",... mso-fareast-"Times New Roman";} Couple of days back, while implementing JQuery I had requirement of adding item to the drop down list after an AJAX Call. This is very simple when we talk about Asp.net AJAX but in Jquery you by yourself need to handle many things at the ......