E
Eric
If I have a windows form control declared in my aspx page:
<OBJECT id="wcControl" classid="http:MyControl.dll#MyControls.wcControl"
height="100%" width="100%" VIEWASTEXT>
</OBJECT>
Can I not access it through code behind? Declaring a variable of the
controls type does not initialize it and if I specify a runat=server I get a
runtime error stating a valid guid is required for classid.
<OBJECT id="wcControl" classid="http:MyControl.dll#MyControls.wcControl"
height="100%" width="100%" VIEWASTEXT>
</OBJECT>
Can I not access it through code behind? Declaring a variable of the
controls type does not initialize it and if I specify a runat=server I get a
runtime error stating a valid guid is required for classid.