Ask a Question related to ASP.NET General, Design and Development.
-
Matt #1
The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
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.
Matt Guest
-
Object of type 'System.String' cannot be converted to type 'System
I'm trying to get a control from metabuilders.com dual list)to work under ASP.NET 2.0. It worked find under 1.1 and then when i migrated my... -
add reference for System.Web.UI.webcontrols which dll?
Which dll should i add a reference to to get this. i've added System.Web.UI, but this does not give me WebControls. thanks kes -
installing system.web.ui.webcontrols
Hello, Im workin with ASP.NET and trying to add reference system.web.ui.webcontrols. I can't find it, and i don't see it in the framework... -
Does anyone know what this message means? Could not load type System.Web.UI.WebControls
Hi, I've just finished developing an web site locally (ASP 1.1) which works fine. Now that I have posted it to our server (which has 1.0 and 1.1... -
System.Web.UI.WebControls.TextBox events
hi guys, I donīt see a Click Event or DblClick Event, how to implement code for this events? Is it posible? (if not) how to do a fake?... -
Marina #2
Re: The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
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.
"Matt" <mattgetting@financial.wellsfargo.com> wrote in message
news:439c622.0307221159.787e314@posting.google.com ...> 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.
Marina Guest
-
Matt Getting #3
Re: The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
I tried Microsoft's suggestion,
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;312112[/url]
with no success. Any other ideas?
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Matt Getting Guest



Reply With Quote

