Click here to Skip to main content
15,916,601 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanted to design an app where if we click the buttons in a form,it should not generate a new form rather the data should be displayed in a particular area of the same form. I am not talking about creating two forms viz form1 and form2 and clicking the button of form1 would call the form2.show() method where the data is displayed, I want the button click should generate response in the same form i.e form1. please help.
Posted
Comments
[no name] 21-Sep-12 9:59am    
Help with what? "I want" is not a problem or a description of a problem.
joshrduncan2012 21-Sep-12 10:04am    
What language? Can you show us what you have done so far? I agree with Wes. Please give examples as to what you are trying to accomplish.
fjdiewornncalwe 21-Sep-12 14:43pm    
web? winforms? what technology? We can't really help you as the solution for each is entirely different.

1 solution

You can place your controls in a GroupBox for example and set the Visible property of that group box to true or false.
 
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