hello all,
i m new to asp.net.....can anyone send me the complete code to write into the mysql data base.....plz mention the complete code to insert data to mysql database.....
i m using asp.net and C#......
thanx in advance
hello all,
i m new to asp.net.....can anyone send me the complete code to write into the mysql data base.....plz mention the complete code to insert data to mysql database.....
i m using asp.net and C#......
thanx in advance
The code will change depending on the data structure. Also, the method you want to collect the data will make a big difference (from a form, web service etc.). Let us know the details of what you want to do.
actually i am doing a login page first.......
I'd go through this article which should help you get your app talking with MySQL: http://www.15seconds.com/issue/050210.htm .
Then this article should give you the basic .NET information to get the login page setup: http://msdn.microsoft.com/en-us/library/xdt4thhy.aspx .
Your last step will be to modify the code from the latter article to check against the database, which we'll be able to help you with once you get to that point.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.