Accessing the HTML tags within Code behind

  • Thread starter Thread starter Shikari Shambu
  • Start date Start date
S

Shikari Shambu

Hi,
Is there a way to access the normal HTML tags (not server controls) like
<body> etc... within the codebehind?
 
Hi,
Is there a way to access the normal HTML tags (not server controls)
like
<body> etc... within the codebehind?

See the second post 'down' from this one....basically add id="someID" and
runat="server" and declare a member level var as noted in that post (note
I've added a correction to it in my reply there).
 
Hi,
Is there a way to access the normal HTML tags (not server controls)
like
<body> etc... within the codebehind?

Sorry, guess it's the 'previous thread'...look at the one right before
this...
 
Back
Top