CodeChargenewbie
Posts: 114
|
| Posted: 01/07/2008, 7:26 AM |
|
I created a page that contains only a panel, nothing else. I created a button with the Forms tab in the Toolbox which has server-side onclick code behind it. Unfortunately, it doesn't work. I tried just printing text in the server-side onclick event and nothing appears at all when I click the button. For some reason unbeknownst to me, it doesn't appear to be sending anything over to the server-side...
Are panels not designed to be used by themselves? The html code shows it's surrounded by form tags and such. Since it's a form, I'd presume it's supposed to submit data to the server. Any advice?
|