Click here to Skip to main content
15,886,851 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am doing one hobby project on placement automation system ,a web application using visual c# and .net.I want to know how to create web application form with text box,buttons,labels using tools of Visual studio 2010 and assigning action for buttons and also I want to know steps(code if any)for connecting mysql database to front end created to access data.Thank you.
Posted
Comments
ZurdoDev 5-Dec-14 15:17pm    
Please refer to the articles on this site.
Maciej Los 5-Dec-14 15:43pm    
Too vague to post an answer...

1 solution

Please, read my comment to the question.

All you need to do is to use ADO.NET[^] and here is a set of ADO.NET providers[^].
Tons of samples, you'll find here[^].
 
Share this answer
 
Comments
vppproj 14-Dec-14 7:00am    
I have installed my-sql-net-6.9.5, and mysql work bench,after that i created front end using c# webform in .net and tried to connect to database in visual studio through tools->connect to database->choose datasource, here it is not showing mysql database option.Please help to resolve this.

Thank you.
Maciej Los 14-Dec-14 7:57am    
Have you installed MySQL server?
Here is a complete tutorial: http://dev.mysql.com/doc/connector-net/en/connector-net-visual-studio-making-a-connection.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900