Does anyone knw how to retrieve data from the database(mysql) into a table with textboxes using ajax or jquery
Fotiman
3:42 pm on Feb 16, 2010 (gmt 0)
You can't access a database directly using AJAX (or any JavaScript framework). You can use AJAX to communicate with the server, but you would still need a server component to perform the connection to the database.