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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Artificial Intelligence FAQ:1/6 General Questions & Answers [Monthly posting] | Ric Crabbe and Amit Dubey | Tech FAQ | 0 | 06-02-2004 01:12 AM |
| comp.lang.c Answers to Frequently Asked Questions (FAQ List) | Steve Summit | Tech FAQ | 0 | 06-01-2004 07:00 AM |
| Artificial Intelligence FAQ:1/6 General Questions & Answers [Monthly posting] | Ric Crabbe and Amit Dubey | Tech FAQ | 0 | 05-05-2004 04:13 PM |
| PSION Series 3/3a palmtop FAQ part 3/6 | Daniel `HB9VBC' Pfund | Tech FAQ | 0 | 04-17-2004 08:27 AM |
| Solving Lazy Initialization and double checked locking problem | Vinay Aggarwal | Software Patterns | 19 | 02-18-2004 05:34 PM |