MySQL Forums
Forum List  »  Quality Assurance

native .net connector problem in asp.net with ajax
Posted by: Brian McCormick
Date: October 05, 2007 12:06PM

I had a datasource that was a MySql ODBC. I have switched it to be a
MySql Native .Net datasource. I have a dropdownlist control that uses this
datasource. Both populate the control just fine but when a value is selected
from the control the selectedindexchanged event is not fired when using the
native driver.

The Page_Load event is fired but it always returns a value of 0 for the
selected item anyway.

Also, this is happening in an Ajax UpdatePanel. If it isn't in a panel it
works fine also. In the Panel I have even set the contol and event to be one
of the triggers and still no help.

Bottom line, it seems to be related to the native driver becuase it works as expected with the odbc one.

Any ideas?

Options: ReplyQuote


Subject
Views
Written By
Posted
native .net connector problem in asp.net with ajax
3682
October 05, 2007 12:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.