TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
aquaboltar
NA
1
0
Accessing User Controls from code in ASP.NET 2.0
Oct 26 2004 4:56 PM
In ASP.NET 1.x I could create a web user control, for example with a classname of TestControl_ascx, whose type could be accessed from any codebehind page. I could even access the type from a class file like testclass.vb, with something like: Dim testX as TestControl_ascx (or C# equivalent) In ASP.NET 2.0 I can't do this. It gives me a type not found error. The only place I can access the type of a web user control is on a page where the control is actually placed. Does anyone know how to access the type of a web user control in ASP.NET 2.0? Thanks, aqua
Reply
Answers (
0
)
J2EE Over To ASP.NET
trouble with formating currency in nested datalist~