如何在asp.net中使用查询字符串将加密格式的字符串传递给另一个页面.. [英] how to pass the string which is in encrypted format to another page by using querystring in asp.net..

查看:51
本文介绍了如何在asp.net中使用查询字符串将加密格式的字符串传递给另一个页面..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何通过在asp.net中使用查询字符串将加密格式的字符串传递给另一个页面...



假设我们有两个字符串..

如果我传递一个字符串意味着参数想要发送然后相应的页面将打开...

解决方案

试试这个..但是请注意查询字符串长度,因为字符串长度在收集后会增加。

其他明智的用法使用其他状态管理技术

 Response.redirect(   otherpage.aspx?Str = +您的加密字符串


how to pass the string which is in encrypted format to another page by using querystring in asp.net...

assume we have two strings..
if i pass one string means that parameter wants to send and then the appropriate page would be open...

解决方案

Try this.. but be aware for query string length as string length increases after incrypted.
Other wise use use other state management techniques

Response.redirect("otherpage.aspx?Str="+your encrypted string)


这篇关于如何在asp.net中使用查询字符串将加密格式的字符串传递给另一个页面..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆