Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Not sure if this is possible but can the querystring parameters for say the edit screen be left as url parameters?
For example - if i edit an html module I get a url like this:
http://domain.com/tabid/12/id/56/home.aspx
what i would like to do is leave some of those parameters in the querystring. So that example url would become.
http://domain.com/home.aspx?tabid=12&id=56
this is sort of like the old DNN urls before the url providers got a lot better.