
- Forum
- Programming Talk
- Microsoft .NET
- Overlaying Problem
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 ...
-
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.
-
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.

Reply With Quote





