A
Alan Silver
Hello,
I have just come across the following page...
http://www.webmasterworld.com/forum47/2044.htm
....in which a method is shown for moving the view state hidden input to
the bottom of the page. This is done by deriving a class from Page and
overriding the Render method.
Given that we now have control adapters, which I have yet to use, but
look perfect for this job, can this be done more elegantly now? My guess
is that if you know how to write an adapter for the Form, you could use
the same idea without having to change all your pages to use a new
class.
Anyone any idea how to do this in practice? TIA
I have just come across the following page...
http://www.webmasterworld.com/forum47/2044.htm
....in which a method is shown for moving the view state hidden input to
the bottom of the page. This is done by deriving a class from Page and
overriding the Render method.
Given that we now have control adapters, which I have yet to use, but
look perfect for this job, can this be done more elegantly now? My guess
is that if you know how to write an adapter for the Form, you could use
the same idea without having to change all your pages to use a new
class.
Anyone any idea how to do this in practice? TIA