Hi Everyone,
I have created a WebControl by inheriting from System.Web.UI.Control
class. For a WebControl we can get parameters by declaring it as
public property but in my case, there will be any number of
parameters will be passed. So, if I want to get the list of all the
parameters for the Control, how can I get it?
Here is the definition of class.
/*****/
public class MyControl : System.Web.UI.Control
{
}
/*****/
Thanks and Regards,
Urvesh