Forum
Forum
DevBlog
Forum management
Threads started by me
Threads I participate in
Get started
Dynamicweb 9
Dynamicweb 10
Swift
Templating
Community
Downloads
Login
Service Desk
Order
Sections
Get started
Dynamicweb 9
Dynamicweb 10
Swift
Templating
Community
Downloads
Forum
DevBlog
Forum management
Threads started by me
Threads I participate in
Developer forum
×
E-mail notifications
E-mail
I'd like to be informed of the updates
Don't bother me with any emails
Forum
»
Development
»
Exe time comment
Exe time comment
E-mail notifications
Reply
Posted on 11/05/2010 09:31:21
Hi,
I need to remove the exe time comment from the end of the frontend output.
The supporters told me that it has to be custom coded. Any ideas how to do that?
Best regards,
Jonas
Replies
Nicolai Høeg Pedersen
Posted on 11/05/2010 10:07:45
Reply
In Default.aspx change
<asp:literal id="Status" runat="server"></asp:literal>
to
<asp:literal id="Status" runat="server" visible="false"></asp:literal>
Or remove the code in Default.aspx.vb/cs that outputs the status information.
You must be logged in to post in the forum
Login
Username
Password
Forgot your password?