Recent content by chrisduff

  1. C

    Database driven website help ASP.Net?

    First create a connection to your database Second create a Form ( containing Text fields or any other components ) those fields will be the "Insert parameters" of your SQL statement to insert to your database table. Third add a submit button to Execute the Insert Statement. The above...
Back
Top