Weird behavior on page

D

David Rose

I am starting to work on an existing ASP.NET application. A number of
things do not work:

1) A trace statement in Page_Load() does not appear in the trace output.
2) The statement
Me.CheckBoxXXX.Attributes.Add("onclick", "OnClickXXX();")
does not add the attribute.
3) An object that I wrote to set the focus to a control by generating
JavaScript shows up correctly with Intellisense, but does not generate the
code on the page. I have used this object a number of times before without
a problem.

At the present, I do not have debugging privileges on the server.
Where can I look to track these things down?

TIA

David Rose
 
D

David Rose

If anyone is interested, I seem to have found the problem...

Seems to be a bug in VisualStudio. The dll is not copied from the cache to
the web server after the build. After manually deleting the dll a couple of
times, it seems to be working correctly - moving the dll over after each
build.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top