ASP.Net?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am new to web development and asp.net. I have been assigned a task to
create a registration form using asp.net/c#. What my question is is does
anybody know where i can go to find a good tutorial or examples to help get
me started?

Thank You
 
bahr said:
Hello,
I am new to web development and asp.net. I have been assigned a task to
create a registration form using asp.net/c#. What my question is is does
anybody know where i can go to find a good tutorial or examples to help get
me started?

Thank You

www.asp.net is probably the best place to start.
 
Here's a basic tutorial :
http://www.veign.com/vrc_codeview.asp?type=app&id=56

Here's another :
http://www.daniweb.com/tutorials/tutorial19303.html

Those examples use an Acess database, but it should be
real simple to adapt them to other database platforms.

Here's a great place to find proven connection strings,
if you want to use a different database platform :

http://www.connectionstrings.com/




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
I should have specified.

The first link is for VB 6.0
The second one is for VB.NET.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top