Monday, March 26, 2012

Passing Values To and From UserControls

Hi All,
Very new to ASP.NET.
I'm building several usercontrols that need to accept and pass back various values to and from the calling page. Is there an easy way to accomplish this?? (C# if possible)

thxYou can expose them as properties on your user control just as you might write a property in one of your own custom classes.

0 comments:

Post a Comment