Visual Studio.NET -> ASP.NET problem

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

Guest

I installed trial version of Visual Studio.NET and i tried
doing a simple example in ASP.NET using VB.Net.Below is my
problem:

I have a 'button' WebForm control and a 'label' WebForm
control in a aspx file.I added appropriate code inside
the .vb file like when a user clicks on button then it
should display hello world on the label.
When i tried running the sample i could see only blank
page.All i see is the Label ID.Is there any settings i
need to modify inorder for the sample to run.Even i
downloaded one basic sample from Microsoft site and could
not be able to run the sample[I mean i could not see the
web page output].
 
Back
Top