Update problem?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi friends, I am making any saving on any web page. In code block, I am writing Response.Write(Apple.Quantity) after saving code. It turns me previous apple.quantity before recording , not current apple.quantity. How can I solve this problem? Good Days
-
Hi friends, I am making any saving on any web page. In code block, I am writing Response.Write(Apple.Quantity) after saving code. It turns me previous apple.quantity before recording , not current apple.quantity. How can I solve this problem? Good Days
Hi, Please paste your code and try to check if you are not initializing the value on page load.