12-05-2008, 02:04 AM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Posts: 87
Thanks: 49
|
Inserting New Row With ASP.NET?
Hi everyone,
I know this is a PHP forum, but I need to ask an asp.net related question:
I am creating a forum, in asp.net and I have the basics working: - Shows the forums from Database
- When a sub-forum is clicked, the threads related to that forum are shown
- When you select a thread, it shows the posts in that thread.
- Login/Register section as well
ASP.NET seems a lot more hassle than PHP just now. I need users to be able to add new topics/posts to the database. In PHP, I would just create a form, and have the details posted into the database using an INSERT query. But, I have no idea how to do this in ASP.NET.
Could anyone shed some light on this for me please?
|
|
|
|