In the previous two articles (1, 2) we explained connecting to Microsoft Access database and writing to it, in C#.
Now we do that in ASP.Net.
For start create a new ASP.Net project. First of all we are creating two labels, two text boxes and one button with the following code (add it between the <div></div> tags)
So, [...]
{ Comments }

