view state

  • Thread starter Thread starter Seema Multani
  • Start date Start date
S

Seema Multani

I have two a user controls in which I have two buttons "btnAdd" and
"btnRemove". I have a multiview and I have two views in that multiview
named"View1" and "View2". I want that when I click on "btnAdd' then show
"View1" and when click on "btnRemove" then show "View2" depending on
postback and not postback. I want to use viewstate property. I don't know
how to do that.
 
Seema,

The easy use of what you ask is as I understand you well just hidding your
control if you don't want to show it.

Cor
 
Back
Top