Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
ObjectDataSource UpdateMethod not called with WebDropDown as parameter
posted

I have a simple UltraWebGrid associated to one ObjectDataSource, such data source uses two parameters to pull data from my data base.   After pulling the data I'm trying to update one of the rows and then  I click on a button which causes a postback (to save the transaction).   One of the parameter is a wbdropdown control and the other one is a textbox.   When I replace the drop down with another text box, the update works fine but once I replace it with a drop down it doesn't work.  If I use a WebDataGrid, it works fine (using the drop down as parameter).   I don't know what could be wrong.  I'm posting the code.  There is no code behind.