Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Overlaying Problem

This is a discussion on Overlaying Problem within the Microsoft .NET forums, part of the Programming Talk category; I have enabled trace setting in my .NET application. But the problem I am facing is the trace result information ...

  1. #1
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108

    Overlaying Problem

    I have enabled trace setting in my .NET application. But the problem I am facing is the trace result information is overlaying the web form display. I could not figure out the reason the same. Kindly help me to resolve this problem.


  2. #2
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    The possibility of getting the trace result information overlaying the web form display is because you would have set the racing so that it displays on the web form and also you would have designed your web form using a page layout of GridLayout. In this scenario you would definitely get the trace result information overlaying the web form display. So remove the tracing from the web form display and your problem would be resolved.


Latest Article

Network Security Risk Assessment and Measurement

Read More...