Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding the Html tag
Message
From
29/11/2011 11:53:27
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Finding the Html tag
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01529976
Message ID:
01529976
Views:
71
There is a way to find if a Head tag is present in the .aspx page with Page.Header. But, I have not been able to find a way to detect the presence of the Html tag. Right now, I rely on the fact that I am using a syntax such as:
<Html runat="server" id="LXHtml">
And, then, I can lookup for the LXHtml control. But, what if in a page I would have only this:
<Html>
Or, what if the Html tag wouldn't be there at all. I haven't found a reference such as Page.Html or Page.Body. Anyone would know how to do it?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Reply
Map
View

Click here to load this message in the networking platform