RE: Performance Issue

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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...

???
--
sr1234


"Tim" wrote:

> 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??
> --
> sr1234
.



Relevant Pages