Always Copy before clicking post !
I had just written a lengthy post describing how I had to override the HtmlForm class to expose the Action property to work with our asp.net url rewriting technique. I clicked post but the request didn't get through, I got a timeout screen. I pushed back hoping the while post would still be in the form, no good, the title was there, but the post body was gone :(
Lesson learned : always copy the post body text before posting, you can't be sure the request will go through, and the freetextbox control does not hold it's value if you click back.
If you are interested in how to override the server side HtmlForm to allow you to control to url it posts to, comment on this post and I just might write the while post again.
*ctrl-c*