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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top