I am making an aspx page with C# codebehind and i am having trouble with some parts of the page that I want to make. I have a button to add feedback to content on the page and what I am trying to do is have a panel under the button that is at 0px height. What I want to happen is when I click the button I want the panel to look as if it is sliding open to display its content. I thought there might be some javascript that I could use to just increase the height of the panel until it reaches a certain height so it looks as if it is sliding open. If anyone could help me out with this it would be much appreciated. Thanks.

-Dakota