Maybe because it's called HtmlGenericControl
and not GenericHtmlControl.
See :
http://www.csharpfriends.com/quickst...GenericControl
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================
"Nevyn Twyll" <astian@hotmail.com> wrote in message
news:emDf1BlgFHA.1416@TK2MSFTNGP09.phx.gbl...[color=blue]
>I can't find GenericHtmlControl in the ASP.NET 1.1 docs or autocomplete.
>
> Help?
>
>
> "Daniel Fisher(lennybacon)" <info@removethis.lennybacon.com> wrote in message
> news:Onljv5kgFHA.2156@TK2MSFTNGP14.phx.gbl...[color=green]
>> ASP.NET 1.1
>>
>> in webform:
>> ...
>> <title ID="HtmlTitle" runat="server></title>
>> ...
>>
>> in codebehind:
>> ...
>> protected GenericHtmlControl HtmlTitle;
>> ...
>> void Page_Load(...){
>> this.HtmlTitle.Value = "blabla";
>> ...
>>
>> --Daniel Fisher(lennybacon)
>>
>> "Nevyn Twyll" <astian@hotmail.com> wrote in message
>> news:%23axxS0kgFHA.2560@TK2MSFTNGP10.phx.gbl...[color=darkred]
>>> In my code behind page, I want to dynamically set the page title of my page (the one
>>> that shows on IE's toolbar). How do I do that?
>>>
>>>
>>> - Nevyn
>>>[/color]
>>
>>[/color]
>
>[/color]