Computer Science, asked by donajijoy1998, 1 year ago

What is the function of the ViewState property?

Answers

Answered by ayushi848
0

ViewState is used to maintain the state of controls during page postback and if we save any control values or anything in viewstate we can access those values throughout the page whenever it required

Similar questions