检查代码以清除网页 [英] Check the code for clear web page

查看:70
本文介绍了检查代码以清除网页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个像这样的功能:

I have a function like this:

if (act == "getpendingS3")
        {
            string response = S3DetailsClass.getS3details(0);
            Response.Write(response);
        }
        if (act == "getcompletedS3")
        {
            //Response.Clear();
            string response = S3DetailsClass.getS3details(1);
            Response.Write(response);
            //Response.End();
        }



数据将根据用户的请求功能显示,但是如果我们调用第一个功能,那么下次我调用第二个功能就可以了,那么还会显示前一个功能的数据.

我想清除网页.

请帮忙.

在此先感谢



Data will be display according to the request function by the user but if we call first function then its ok next time when i get call the second function then previous function data is also display.

I want to clear the web page.

Please help.

Thanks in advance

推荐答案

不要交叉发布相同的问题.希望您能获得以前发布的答案.
Don''t Cross Post the same question. Hope you have got the answers where you have previously posted.


这篇关于检查代码以清除网页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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