asp.net - Clear IE cache C# -


i have problem internet explorer , cache (i think).

easy explained, i'm trying edit user in sql database using linq-to-sql, works perfectly. after user edited, sends me page i've made list of users, , can click on user want edit.

the problem is, if click on same user edited, changes haven't been done, in database, have been changed, think there might problem ie cache or something.

anyone knows if there way in visual studio clear ie cache specific page? know can press ctrl+f5, want update without having press ctrl+f5.

btw, website programmed in c# , .net 4.0.

you need refresh data context.

l2s doesn't 'cache', such, needs prompting refresh data database, depending on how you've done data update.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -