Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please how can i show a form X into a datagridview when buttom_click
Posted
Comments
Oshtri Deka 5-May-11 4:43am    
?!?
What do you mean by "show a form into dataGridView"? Can you please be more specific and give us better description of your problem?
Do you want to add data from some form to dataGridView or what?

1 solution

Hello,


1. Add template field in the datagrid.
2. Add your Form - X into that template by editing that template. Set form default visibility false.
3. Change the visibility of form on button click.


Vote if this answer helps you.
Reply if require more help.

Regards
Pavanraje Dongare
 
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