anjum

anjum

  • NA
  • 4
  • 0

databinding textbox in windows form

Sep 14 2008 12:05 AM

hi,

I am writing a C# windows form program where on click of the button, the character values for the ascii values (A-Z) are gernerated and later displayed in a textbox.

The characters are generated.I use loop to do that but i am not able to display them in the textbox except for the letter Z. That's probably because i am not doing any sort of databinding.

Can someone help me how to do the databinding for the textbox where all the character are displayed (from A-Z) on the button click.

Thanks in advance.

 


Answers (3)