G
Guest
i have a xml file which include object name and its property.
<objectname>TextBox1</objectname>
<property>Text</property>
how can i get the property source in c# ? . I have to create an object from
string data type like TextBox1.Text . I wonder that if it is possible or not.
regards.
<objectname>TextBox1</objectname>
<property>Text</property>
how can i get the property source in c# ? . I have to create an object from
string data type like TextBox1.Text . I wonder that if it is possible or not.
regards.