TextBox Binding??

  • Thread starter Thread starter al
  • Start date Start date
A

al

Hi,

Which one is more effeciant, binding textbox to a dataset through
BindingContext property of a form or doing it manually????? (hard
coding)

MTIA,
Grawsha
 
I personally choose the hardcoading. I created a class that holds my fields
as properties, and can easily write the property to a text box or vise
versa.

Others may disagree, but I personally like it a little better for data
validation and formatting.
 
Back
Top