79747905

Date: 2025-08-27 11:20:55
Score: 1.5
Natty:
Report link

Is the Page_Load function called, when you change the value?

Maybe you have to check in the Page_Load function if it is a postback or not and not reset the values of the page.

in c#, you can do that with

if (!Page.IsPostBack)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is the
  • Low reputation (0.5):
Posted by: hasi05