Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 insert into database from html page

Author  Topic 

jamie123
Starting Member

15 Posts

Posted - 2009-05-28 : 11:27:23
I've been googling around a little bit and I couldn't really find much on what html code for sql server looks like. If someone can just point me in the right direction of a tutorial of some sort it'd be greatly appreciated, Thanks!

BTW, when I say html code for sql server, I mean, I wanna have an html page (I don't know any other web languages, i know a little java) that when correctly programmed, submits textboxes filled with data into a sql database.

Thanks!

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-05-28 : 11:35:50
the html part needs to done using your front end application language like asp.net. the data submitted through page will be passed on to sql by means of sql query,stored procedure of through linq queries.
Go to Top of Page

jamie123
Starting Member

15 Posts

Posted - 2009-05-28 : 17:10:37
I see, I wanted to avoid using asp.net because I am unfamiliar with it but I guess its unavoidable, could you point me in the right direction to understand it better? I don't understand where I would even put asp code, would I use it in dreamweaver (my html editor)? I don't understand really how html and asp go together
Go to Top of Page
   

- Advertisement -