ASP.NET mvc not refereshing the page data
up vote
-1
down vote
favorite
The data on the page is not refreshing, i.e. even when I submit the data on the form it does not show the latest changes unless I go to the console in the browser and click on "Disable Cache". I have tried several solutions online that includes:
1) How do I turn off caching for my entire ASP.NET MVC 3 website?
2) ASP.NET MVC how to disable automatic caching option?
3) Disabling browser caching for all browsers from ASP.NET
4) Disable client side caching
but none of these worked and it is driving me crazy!
c# asp.net .net caching
New contributor
add a comment |
up vote
-1
down vote
favorite
The data on the page is not refreshing, i.e. even when I submit the data on the form it does not show the latest changes unless I go to the console in the browser and click on "Disable Cache". I have tried several solutions online that includes:
1) How do I turn off caching for my entire ASP.NET MVC 3 website?
2) ASP.NET MVC how to disable automatic caching option?
3) Disabling browser caching for all browsers from ASP.NET
4) Disable client side caching
but none of these worked and it is driving me crazy!
c# asp.net .net caching
New contributor
Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example.
– Jack
2 days ago
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
The data on the page is not refreshing, i.e. even when I submit the data on the form it does not show the latest changes unless I go to the console in the browser and click on "Disable Cache". I have tried several solutions online that includes:
1) How do I turn off caching for my entire ASP.NET MVC 3 website?
2) ASP.NET MVC how to disable automatic caching option?
3) Disabling browser caching for all browsers from ASP.NET
4) Disable client side caching
but none of these worked and it is driving me crazy!
c# asp.net .net caching
New contributor
The data on the page is not refreshing, i.e. even when I submit the data on the form it does not show the latest changes unless I go to the console in the browser and click on "Disable Cache". I have tried several solutions online that includes:
1) How do I turn off caching for my entire ASP.NET MVC 3 website?
2) ASP.NET MVC how to disable automatic caching option?
3) Disabling browser caching for all browsers from ASP.NET
4) Disable client side caching
but none of these worked and it is driving me crazy!
c# asp.net .net caching
c# asp.net .net caching
New contributor
New contributor
New contributor
asked 2 days ago
Jim Carry
12
12
New contributor
New contributor
Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example.
– Jack
2 days ago
add a comment |
Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example.
– Jack
2 days ago
Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example.
– Jack
2 days ago
Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example.
– Jack
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
According to me it's regarding the database connection Check your database connection once since you are telling form is not updating
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
According to me it's regarding the database connection Check your database connection once since you are telling form is not updating
add a comment |
up vote
0
down vote
According to me it's regarding the database connection Check your database connection once since you are telling form is not updating
add a comment |
up vote
0
down vote
up vote
0
down vote
According to me it's regarding the database connection Check your database connection once since you are telling form is not updating
According to me it's regarding the database connection Check your database connection once since you are telling form is not updating
answered yesterday
keshava shourie.b
82
82
add a comment |
add a comment |
Jim Carry is a new contributor. Be nice, and check out our Code of Conduct.
Jim Carry is a new contributor. Be nice, and check out our Code of Conduct.
Jim Carry is a new contributor. Be nice, and check out our Code of Conduct.
Jim Carry is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53228464%2fasp-net-mvc-not-refereshing-the-page-data%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example.
– Jack
2 days ago