accessing user control in class file in asp.net

Posted by komal on Stack Overflow See other posts from Stack Overflow or by komal
Published on 2010-04-08T08:26:52Z Indexed on 2010/04/08 8:33 UTC
Read the original article Hit count: 295

Filed under:
|
|

Hi. I want to access a usercontrol in my class file not in aspx.cs.i need to typecast it using ASP.usercontrol_ascx type but i cant access ASP namespace from my .cs file..how to typecast the usercontrol??

Thnx....

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about user