Posts by Luan Santos • 43 points
3 posts
-
1
votes0
answers23
viewsQ: Return inside the control does not send to the right maproute
Good afternoon, I’m trying to use maproute to control editing and inserting data in the table, currently my routeConfig is like this: public static void RegisterRoutes(RouteCollection routes) {…
-
1
votes1
answer56
viewsA: Updating a datagrid with mysql connection
I advise using Mysql.data you can catch the dll here, using it will be easier, follow example of connection with the bank and update of the same: bdConn = new MySqlConnection("Persist Security…
-
2
votes1
answer318
viewsQ: Use Inner Join with Bindingsource
I’m trying to make a query in an access bank using inner join along with BindingSource, this Binding will send the data to a Datagridview. However, when the data is loaded into the grid, the…