When I add a runat=server it does not like the ClassID. The error says it
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%23RDqx7N%23EHA.2552@TK2MSFTNGP09.phx.gbl...
> Does MyControl1 have a runat=server?
> Also, please stop posting these to the .announcements group, this isn't an
> announcement!
>
> --
> Curt Christianson
> Site & Scripts:
http://www.Darkfalz.com > Blog:
http://blog.Darkfalz.com >
>
> "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
> news:eGtoJbN%23EHA.4004@tk2msftngp13.phx.gbl...
>> Hello,
>>
>> I have an ActiveX Control That has a Clear Property and a Text Property.
>>
>> The Properties are accessible the following way (From the HTML Page):
>>
>> <SCRIPT language="vbscript">
>>
>> Sub OnClear
>> document.frmMain.MyControl1.Clear
>> end sub
>>
>> Sub OnText
>> document.frmMain.MyControl1.Text
>> end sub
>>
>> </SCRIPT>
>>
>> How can I access these Properties from the Code Behind Page in ASPX?
>>
>> i.e. Dim AString as string = MyControl1.Text
>>
>> (Nothing Happends; MyControl1 is not shown in the code behind page)
>>
>> Thanks,
>> Chuck
>>
>
>