D
darrel
If I have a div like this:
<div id="banner" runat="server">
When the page executes, it gets rewritten as such:
<div id="pageNameControl_banner">
is there anyway to NOT have it do that? It's a real PITA to map CSS to these
rewritten IDs and figure out what is what.
-Darrel
<div id="banner" runat="server">
When the page executes, it gets rewritten as such:
<div id="pageNameControl_banner">
is there anyway to NOT have it do that? It's a real PITA to map CSS to these
rewritten IDs and figure out what is what.
-Darrel