C
cmay
Is there any way to databind the properties of a business object, like
an Employee, to fields in a form in asp.net 2.0?
cmay
an Employee, to fields in a form in asp.net 2.0?
cmay
Is there any way to databind the properties of a business object, like
an Employee, to fields in a form in asp.net 2.0?
Is there any way to build to form controls, or do you have to use a
Gridview when using the ObjectDataSource?
How do you set the datasource of a textbox that isn't inside a
gridview?
I will just manually write the values from my business object to my
form elements. Will probably take about 1/2 the time.
Can you elaborate on this a little?
What level of reuse are you talking about? I was basically building
form to edit the data from a business object. In that situation I
don't think there is really a case for reuse in other places. The
manual modification of the templates in the HTML and the extra code
needed to be added to do validation anyway will need to be done
whenever I am going to edit a business object through a form.