Bindingsource Event Handler For Formatting

  • Thread starter Thread starter Developer Dude
  • Start date Start date
D

Developer Dude

Guest
Hi:

I am trying to figure out how to implement formatting through a bindingsource event

Handler. The following is what I have so far. The label does display the data but I

want to format it as "#,##0".

lblSE_AM.DataBindings.Add("Text", bsSE, "SE_AM")

I would appreciate some help.

Thanks very much.

Continue reading...
 
Back
Top