J
james
I recieve a business object and need to create a form to edit each
property. This object is huge (like over 100 properties), and I dont
want to make 100 label/textboxes by hand. Does anyone know how to
easily generate the form?
By properties I mean the business object looks like:
public class BusinessObject {
public string prop1;
public string prop2;
....
}
Thanks!
James
property. This object is huge (like over 100 properties), and I dont
want to make 100 label/textboxes by hand. Does anyone know how to
easily generate the form?
By properties I mean the business object looks like:
public class BusinessObject {
public string prop1;
public string prop2;
....
}
Thanks!
James