Showing posts with label user controls. Show all posts
Showing posts with label user controls. Show all posts

Friday, March 30, 2007

user controls and asp.net 2.0

In asp.net 1.1 you could just call your user controls from a class and process the functions in the control that way...

Not happening in 2.0 !!

The 2.0 compiles pages on run and so, when you call a user control ...the class can not find the reference to the page...and so, that is not referenced correctly,...

I am still thinking of a better way of catching errors...if i find one, would make sure to post it here for future references...