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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hindi numbers in Graphics class 4
Manged Code Issues?? 1
TabControl Losing Data 2
DB table name n DS 3
Moving in DataSet...Manually (code)?? 1
textbox and databinding 4
VB.NET and VB6? 1
Update of Version No? 2

Back
Top