if (control.visible == false) viewstate disabled?

  • Thread starter Alejandro Penate-Diaz
  • Start date
K

Karl Seguin

Thankfully not...given:

if (!Page.IsPostBack)
{
dropdown.DataSource = GetSource();
dropdown.DataBind();
dropdown.Visible = false;
}

if this disabled the viewstate, the dropdown's items wouldn't exist on
postback....they are two separate things and aren't tied.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
A

Alejandro Penate-Diaz

tnx. I was dealing with an empty dropdownlist and I thought I was loosing my
viewstate.
thanks.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top