0
Hi,
In this case use a Panel control and put all the contents in between the panel control that you have to display while clicking on the button and add a java script method on click of the button and show the panel with the help of java script.
0
There are different ways to do it depending on your application architecture.
1. You can have a control that is displayed when a button is clicked. In this case, you will either load a control dynamically or it will be empty initially and then load contents of the control dynamically.
2. On button click, you navigate to a new page that will have your contents. To navigate to a new page, search Page Navigate using the site search of C# Corner search.