473,325 Members | 2,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

Trace debug info "under" my controls

TPS
When I set trace enable to true in my web.config file, the debug info does
not display at the "bottom" of the page, it displays "under" all of my
buttons, labels, grids etc.

This behavior happens in GridLayout, or FlowLayout.

?
Thanks,

TPS.
Nov 18 '05 #1
5 2003
Hi TPS,

Thank you for using Microsoft Newsgroup Service. Based on your description.
When you use the Page Level tracing and let the Trace Logging to Page
Output. You found that the trace output are output onto the page in
disorder layout(even mixed with the controls on it). Is my understanding
correct?

If so, I think the problem is likely caused by the controls' position mode
on the webpage. If you locate the control or other element on the page as
relative position, the trace output will have on problem, just output at
the page's bottom.Because the trace will output the information ontot he
page by flow sequnce(after any other control or element which use relative
position,mode) However, if you locate some of the controls as absolute
position mode,for example:
<asp:Button id="Button1" runat="server" Width="128px" Height="40px"
Text="Button" style="Z-INDEX: 101; LEFT: 528px; POSITION: absolute; TOP:
32px"></asp:Button>
the "POSITION:absolute; TOP:32PX" just specify the absolute position.

In such cases, the trace output will ignore those contorls which use the
absolute position mode. And if some of the controls are right at the place
which will cover the trace output, then you will encounter the result that
the trace output and some controls are mixed together.

I think this a limit in the html page(since controls or element using
absolute position can cover other element on the same page).
Please try out the preceding suggestions and let me know whether they help.
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #2
I think trace debug info is under your controls because your page layout is
GridLayout, if you have FlowLayout you won´t have this problem.

Personally, i´d rather set pageOutput to False and then view the trace.axd
file.

Hope this helps

"TPS" <tp*@tps.com> wrote in message
news:e9**************@TK2MSFTNGP11.phx.gbl...
When I set trace enable to true in my web.config file, the debug info does
not display at the "bottom" of the page, it displays "under" all of my
buttons, labels, grids etc.

This behavior happens in GridLayout, or FlowLayout.

?
Thanks,

TPS.

Nov 18 '05 #3
TPS
>>This behavior happens in GridLayout, or FlowLayout.

As I stated in my original post, the behavior happens in GridLayout, or
FlowLayout.

Nov 18 '05 #4
TPS
Stephen, Christian.

Thanks for your replies.

Yes it was a case of "Absolute" positioning causing the problem.

The behavior did not change when I switched the page flow to FlowLayout.

It looks like if you build a page in GridLayout mode, visual studio puts
"Position = Absolute" tags on all of your web form objects you place on the
page.

But it you switch the page layout to "FlowLayout", it DOES NOT switch the
"Positon to relative" on all of your objects. (is this a bug?)

That is why I was experiencing this: >>This behavior happens in
GridLayout, or FlowLayout.

After killing the page and rebuilding it in FlowLayout everything works
fine.

Thanks for both of your responses.

TPS.
Nov 18 '05 #5
Hi TPS,

Thanks for your reply. I'm glad that my suggestion helps you. As for view
the trace info , I agree with Cristhian, you can view the trace.axd to view
the trace info. It can provide you more complete trace info of the whole
web applications as well as a certain request's.
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: wildchild | last post by:
Hi, I am new to grpahics progamming in/under Borland C. I have included the "graphics.h" header file but i am unable to take input on the screen. if i try to move my cursor to a specified...
7
by: MLH | last post by:
Is there any case you can imagine that A97 would NOT display the Unhide option under the Window menu after running this line... Me.Visible = False Yes, its happening to me. The Unhide choice...
2
by: Alpha | last post by:
It's handy to have the blue sqare mark on all the resutls of the Found lines but how do I remove it once I'm done with that? Thanks, Alpha
4
by: Ying Lu | last post by:
Hello, I have a table named "USER" under MySQL database. When I am trying to move tables from MySQL to PostgreSQL, I found that I could not create a table namely "USER". I guess "USER" is a key...
0
by: lisseut | last post by:
Hi, hope I'm posting to the right forum. I'm using C# under .NET 1.1, Windows XP SP2 I have a form and I've overridden WndProc to print to a text box whenever it receives the WM_NCMOUSELEAVE...
1
by: pirunnyrkki | last post by:
Being utterly useless when it comes to JavaScript, I come here for help with an issue that may or may not be an actual problem. Say for example that I have a link that looks like thus: <a...
6
by: Jeffrey Goldberg | last post by:
I suspect that this is a common problem (and so with a known solution/work-around), but my attempts to find it have failed. I have a float (a table of content box) on the left of a page. The...
2
by: one | last post by:
Hi, Was wondering if you could help me out with regards to a server that I'm trying to troubleshoot... Basically we have a windows 2003 load-balanced server that has got sharepoint and mcms...
1
by: MrAsm | last post by:
Hi, I'd like to know if C# object system is based on COM/DCOM, or is it a completely new technology, developed "from scratch"? In other words, does C# use COM "under the hood", or are C#/.NET...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.