Greetings,
I just loaded a trial version of VS.NET Professional on Windows XP. At
first I was getting errors that debugging could not start on server, and
offered me an option to stop debugging, do not stop debugging, or ignore.
For the first 30 times, I selected no, "Do not stop debugging"
Well, I finally took a chance and selected yes, Stop debugging on the
server, and don't ask anymore.
Well, My page fired and showed up. but, a simple program did not work...two
labels, on Page_Load, lbl2.text = "Something else". Just to get around the
block if you will...
Someone give me some suggestion as to why the programming did not work?
What to look for, or why what what ever??

Signature
sr1234
Tim - 12 Aug 2005 21:04 GMT
Let be clarify...
Two labels. When I have text entered in the properties section of the
designer, the text indeed shows on the web page. No problems in the debug
window under the designer window in VS.N.
When I place in a line of code, as stated earlier:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
lbl2.Text = "Something Else"
End Sub
Nothing happens...
???

Signature
sr1234
> Greetings,
>
[quoted text clipped - 12 lines]
> Someone give me some suggestion as to why the programming did not work?
> What to look for, or why what what ever??