-
how to start asp.net
hi dear
i m newly user of asp.net tell me the way from which i start using asp.net
i mean how to connect with data base and how to make pages
remember one thing i m also user of vb.net and vb i think i used them good. tell me that syntax of vb.net and asp.net the same or not.
thanks
Hammad Umar
-
You can use the same syntax of VB.Net in both Windows Forms applications and in ASP.Net Web Applications. Accessing a database is the same for both. The databound controls work almost the same, but there are some differences because of the stateless nature of the Internet. Do a search for asp.net tutorials, you should find what your looking for.