Wednesday, 11 October 2017

What is ViewState?

ViewState is used to retain the state of server-side objects between page post backs

No comments:

Post a Comment

React Hooks - custom Hook

  v CustomHook Ø React allows us to create our own hook which is known as custom hook. Example – 1 localStorage Demo Step-1 Create ...