Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I opened a new windows form.And that form text is FORM1.
and i have a table name "comp_add". it has the column like c_code,c_comp_name;

I need to show the c_comp_name in place of Form1.text while executing
Posted
Comments
RakeshMeena 3-Jun-11 7:44am    
pretty straight forward you have the property "Form.Text" just set it, what's the issue. Please be specific!

1 solution

this.DataBindings.Add("Text", ds1, "comp_add.c_comp_name");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900