再次进入编辑页面不会在Internet Explorer中显示新数据 [英] Coming to edit page again don't shows new data in internet explorer

查看:86
本文介绍了再次进入编辑页面不会在Internet Explorer中显示新数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在记录列表页面中,我单击一条记录进行编辑,然后转到
之类的编辑页面

from a records list page I click a record to edit it then it goes to edit page like

http://domain.com/EditRecord.aspx?mode=edit&BidId=33


在这里,我正在传递记录ID(BidId)进行编辑.在此编辑页面中,有很多字段.第一次进入此编辑页面时,我看到根据BidId从数据库填充的所有字段.然后我更改了一些字段,如果需要添加更多数据,然后按保存并将数据保存到数据库,然后将我重定向到记录列表页面.然后我再次按编辑记录"按钮到同一记录以再次编辑,然后我再次重定向到编辑页面-


here I am passing the record id(BidId) to edit.in this edit page there are many fields.first time i come to this edit page I see all fields populated from database according to BidId.then i change some fields and if needed add some more data and press save and data saved to database and i am redirected to the records list page.then i again press edit record button to the same record to edit again and i am redirected to edit page again -

http://domain.com/EditRecord.aspx?mode=edit&BidId=33 


现在这一次在编辑页面中,我看不到所有新字段的数据,但是我看到的数据是我第一次访问上面描述的页面时第一次编辑记录之前所记录的那些....!但是如果刷新页面,我会看到所有字段都填充有已编辑的新数据.
仅互联网浏览器显示此行为!!!!我不知道出了什么问题.请帮助


now this time in the edit page i don''t see all new fields data populated but i see those data populated which were before i edited the record when first time i went to edit page page above i described....! but if i refresh the page i see all fields populated with edited new data.
only internet explorer showing this behaviour!!!! i have no idea what''s wrong.Please help

推荐答案

例如,您可以尝试在没有相同地址的情况下调用同一页面:

http://domain.com/EditRecord.aspx?mode=edit&BidId=33&guid=89745JH54KJ5HGY553J4H5V454435435K

使用:guid.NewGuid.ToString
You can try to call the same page without the same address, for exemple :

http://domain.com/EditRecord.aspx?mode=edit&BidId=33&guid=89745JH54KJ5HGY553J4H5V454435435K

Use : guid.NewGuid.ToString


这篇关于再次进入编辑页面不会在Internet Explorer中显示新数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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