Hi all,
I'm trying to avoid querystrings since they require further validation due to nosy users. I found what is called Cross-Page postbacks and really like them but I have one problem I need to use a plain hyperlink not an asp:LinkButton. This is because the site has to work even with javascript disabled.
In other words: I dont want to use session/viewstate/context/cache/hidden fields/cache and I want to pass data from one aspx page to another using a hyperlink or similar control (and this has to be javascript free).
Is there any way of doing this?
Thanks
I'm trying to avoid querystrings since they require further validation due to nosy users. I found what is called Cross-Page postbacks and really like them but I have one problem I need to use a plain hyperlink not an asp:LinkButton. This is because the site has to work even with javascript disabled.
In other words: I dont want to use session/viewstate/context/cache/hidden fields/cache and I want to pass data from one aspx page to another using a hyperlink or similar control (and this has to be javascript free).
Is there any way of doing this?
Thanks
Comment