易截截图软件、单文件、免安装、纯绿色、仅160KB

asp.net中的怪异问题?

asp.net中A链接传中文值,接收时乱码!

在有些电脑上能正常接收,但有些电脑上却不能正常接收,

请问各位有没有什么方法?
用session,或者更改编码,

default.aspx
C# code:

this.Redirect("hello.aspx?text="+this.this.Server.HtmlEncode("你好"));




hello.aspx
[code=C#
var text = this.this.Server.HtmlDecode(this.Request.QueryString["text"]);
[/code]

default.aspx

C# code:
this.Redirect("hello.aspx?text="+this.this.Server.HtmlEncode("你好"));


hello.aspx
C# code:

string text = this.Server.HtmlDecode(this.Request.QueryString["text"]);


UrlEncode
UrlDecode

or

设置站点的编码类型为gb2312


它只是最后一个字乱码,前面的不会乱码

设置编码

5楼的两种方法都可以

上面都回答了


相关问答:

asp.net 多网站类库共用问题

我现在有一个主站和一个分站,都是独立域名,但数据库是读同一个的,
但两个主站和类库程序都是一样的,类库程序怎么共用起来
在开发阶段,添加引用就可以吧?
如果是部署,只要在同一个服务器上,把类库都放在Wi ......

asp.net 中图片拼接

我在asp.net中我要将四张或四张以下的图片拼在一起,如何实现?图片是我从数据库中读出来的二进制。单张读出来的代码如下:C# code:
DataHelper dh=new DataHelper();
System.Drawing.Image image = dh.g ......

asp.net网站问题请教

我用下面的方式弹出对话框
RegisterStartupScript("js", " <script>alert('对不起您没有该权限') </script>");

然后我再刷新页面,页面会提示:“不重新发送信息 ......

asp.net分页问题

select top 12 * from Product where [id] not in (select top 12 [id] from Product)
这样可以分页,但是我在后面想加个条件
select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号