Search Results

0
votes

Using a user control in a base page class

Assuming that you will be running in an environment that supports reflection you could use these methods. private void SetValue(Control control, string propertyName, object value) { …