Philosophy: UserControl to UserControl
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Anyone Interested... Is there a specific methodology or "best practice" for having 2 of your user controls on a single web page communicate information. For example, I have Control A which has printing press information on it and Control B which has press materials information on it. I suppose I could expose many of the press properties Public Shared, however, I don't feel that this is elegant as object oriented programming goes. :~ Would any one care to suggest some ideas that work for your development practices? Thank you. William