I followed the How do you get the footer to stay at the bottom of a Web page? post on stackoverflow...
But i couldn\'t make it too work in an asp.net web applicatio
I suggest to use a div like
content
then in your css put this
#Footer { position: absolute; bottom: 0px; height: 3px; background-color: #666; color: #eee; }
or you can use AjaxControlToolkit library
I Also strongly recommand you change your layout from Table to div