Hi there,
I am relatively new to ASP.net, and OO programming.
I am busy developing a data capture web form.
Have used datasets, and data adapters.
I would really appreciate some tips regarding best practice for data capture forms, especiall RE OO programming.
Should I work directly with the various textboxes etc to update the dataset, or should I be aiming to model this with objects and collections?
Should I create my own user controls for textboxes (e.g. add properties to hold associated datatable details?
Maybe I am over-complicating things, but my code is becoming quite prolific. I suspect their is a better way of doing things involving modelling/abstracting.
I am relatively new to ASP.net, and OO programming.
I am busy developing a data capture web form.
Have used datasets, and data adapters.
I would really appreciate some tips regarding best practice for data capture forms, especiall RE OO programming.
Should I work directly with the various textboxes etc to update the dataset, or should I be aiming to model this with objects and collections?
Should I create my own user controls for textboxes (e.g. add properties to hold associated datatable details?
Maybe I am over-complicating things, but my code is becoming quite prolific. I suspect their is a better way of doing things involving modelling/abstracting.