English 中文(简体)
因特网探索者检索数据,从亚洲开发银行退回
原标题:Internet Explorer caching data returned from DB

因此,我 m忙处理这一棘手问题。 当我在当地发展时,我同时在欧德和埃厄两地提出申请时,所有东西都行不通。

当我在我们的一体化环境中管理这一申请时,我看不到这一问题,但国际独立知名人士小组确实这样做。 从根本上说,我们让我们的用户选择通过<>AJAX电话在数据库桌上储存新行。 <>strong>AJAX打电话通过J Query,由我们的控制人吸收,然后将一些信息发送到一张纸上,并储存在非行桌上。 一旦发生这种情况,我们就能够核实这一数据。

还有一种功能是,在申请中看到一个表格,基本上把我们刚刚储存的数据放在桌面上,并且通过一个表格(<条码>电子<>>>而不是<条码><<<>>/代码>>查询。 现在,在我们加入新行之后,当人们看到这一点时,德国航天学会在网上展示了新的行文,但国际电子电子电子电子电子电子公司虽然在当地工作,但仅从事一体化工作,却不这样做。

Now, if the user inserts the new row and then clears his IE cache, he can see the new row come up when he clicks the link.

因此,我的问题是:

(1) 我是否应当把重点放在可能位于JQuery的一条路上,以便每当用户点点视储存的行踪时,清除浏览器的海滩?

2) Why would this be working in IE locally but not on the integration server?

3) Is there anything server side I can do within .NET, like possibly a property I can set on the controller methods that both set/view these rows that set IE to ignore cache or something?

Thanks guys.

最佳回答

问题回答

Just use the POST verb on those requests that are cached. IE caches GETs but POSTs are OK.
To achieve this add the [HttpPost] attribute to your actions.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签