MS SQL data into HTML5 page using C#

I’m a Front-end developer and I’m currently working on a project that I need to take data from MS SQL and display the data on the HTML5 page. I really don’t know where to begin. I’ve tried doing some research,but have not been successful. Any direction or advise would be much appreciated.
Thanks!

What language is in-use on the server for accessing the database - as it’s a MS SQL DB, does that mean you’re using .NET? or is the server running Ruby/PHP/etc?

Thanks for the response. It’s a MS SQL database and it’s using c#.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.