Archive for the ‘Asp.net’ Category

Inserting data into access database using Asp.Net

I was trying to insert data into access database from an asp.net page.
I could not find any samples in tutorials. So I thought to put the code (that worked for me) here. If anyone is looking for a sample I hope it would be helpful.
<%@ Import Namespace=”System.Data.OleDb” %>
<script runat=”server”>
Sub submit(sender As Object, e As EventArgs)
Dim [...]