The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error

M

Matt

I've been getting this error every since I installed InstallSqlState
to handle my viewState Sessions. it only happens on 1 section of my
asp.net application...any thoughts

The type System.Web.UI.WebControls.TextBox in Assembly System.Web,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
is not marked as serializable.
 
M

Marina

Looks like you are trying to store a textbox in session state. There is no
way to do that if you are using sql server to maintain session, as there is
no way to serialize a reference to a textbox.
 

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

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top