Groups | Blog | Home
all groups > asp.net > april 2004 >

asp.net : How to create a panel control


EMW
4/9/2004 10:39:06 PM
How can I place a panelcontrol at the location I want and in the size I
want after a user clicks on a button?
I want to use the panel to show other buttons.

rg,
Eric

Sharon
4/10/2004 3:05:07 AM
place a panel in your form and set Visible="false".
in the button click event you can set visible to true.

[quoted text, click to view]

AddThis Social Bookmark Button