From my understanding SqlDataSource support ADO.Net. However, I would like to check whether I can use it for mysql. I understand mysql is bind with odbc connector. And I have make it work.
But due to SqlDataSource, i able to put update, insert, delete, select under my gridview which i would like to mysql to do the same.
Rather than calling function and manually...
After reading multiple article online. quite a few said it work while other say no. But without clear answer.
Therefore, I would like to know whether it works? If yes, how? If no, this article will provide a clear answer for them.