N
nashak
Hello,
Following is my scenario:
When I click a button on my aspx page, the panel containing a use
control becomes visible. This user control has a data grid in it. The
user enters some data and clicks OK button on user control. This should
make the panel disappear and a button "Save" to appear on the main
page. i.e Click event on user control to produce 2 things on main page
- make panel.visible=false and button.visible=true
What are the ways to handle this?
Thanks,
Following is my scenario:
When I click a button on my aspx page, the panel containing a use
control becomes visible. This user control has a data grid in it. The
user enters some data and clicks OK button on user control. This should
make the panel disappear and a button "Save" to appear on the main
page. i.e Click event on user control to produce 2 things on main page
- make panel.visible=false and button.visible=true
What are the ways to handle this?
Thanks,