lets assume textbox value is "femina" for the first time i click a button and if i change my text box value the next time say "fayaz" and then i click my button.
Now will the Value_Changed event be triggered since i have assigned my hiddenfield value with the textbox value each time before submitting the button
Code:
void ValueHiddenField_ValueChanged
Leave a comment: