example of asp.NET/db INSERT

  • Thread starter Thread starter gregoryenelson
  • Start date Start date
G

gregoryenelson

HI.

I need an example of a very simple ASP.NET page that takes maybe 3
lines of data a
nd writes same to a database (I will be developing further in Visual
Studio).

Does anyone have such an example or can you point me towards one?

Thanks a lot.

greg
 
I need an example of a very simple ASP.NET page that takes maybe 3
lines of data a
nd writes same to a database (I will be developing further in Visual
Studio).

Take a look at Microsoft Application Building Blocks. They simplify data
access a lot.
 
Back
Top