How to develop web application using vs.net

  • Thread starter Thread starter dotnet
  • Start date Start date
D

dotnet

Hi,

I need to develop web application using vs.net
I've started with asp.net I've books for asp.net and C#. But any book
or sites deal only with note pad.
How do I learn how to use vs.net to develop web application using
C#.net
Please can any one help me........
 
Too broad IMO . Have you created a web form ? The design view shows the aspx
markup that you can see as text in the HTML view. You can drop controls from
the toolbox. You can see the code behind file using the solution explorer...

Which version do you have ? I have no idea about what the exact problem but
some Express edition are specifically for Windows. Do you use VB Express or
C# Express instead of Web Developer Express ?

What have you tried that doesn't work ?
 
Back
Top