I am working with mysql as db server.
What controls can i use to show a table and modify it’s contents.
I have read somewhere that sqlDataSource can be used only with SQL Server. Are there any costum controls for mysql Server to manipulate the data?
If i have misunderstood something or if i made some incorrect statements please correct.
Use MySQL Connector. The MySQL Connector is a fully managed ADO.NET component which provides specific implementation for all ADO.NET classes.