----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: PKSPMR Message 1 in Discussion Hi All, I have a situation where I shouldn't show parameter values in URL I have asp.net 2.0 c# app with master page. My contect page is based on master page. Content page has gridview with hyperlink column (say column2). when a hyperlink is clicked in particular row, it should take to another content page with the values from column 1. In target page, I can use query string or someother approach to retrieve values. URL looks something like this: http://servername/Home/holdings.aspx?id=673&cl=My%20company%20name. We are going to implement SSL for entire app. But, still business requirement is to not show values in URL. Some suggested using form method = POST. But how can I implement it to content page, since there is no form tag. Futher, when I read forums tell me that, if you omit method attribute, by default it is POST. I even confirmed by running the pages and seeing that method = Post when I do view/source and still url is showing the parameter values. I read about variou approaches like: passing values from page to page: like query string, sessions, cookies, context, server.transfer, encoding query string and decoding etc. what is the best approach. I appreciate your response. Thanks, Katta ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
