Howdy Aidy,
Why if viewstate is enabled? It works even if ViewState is disabled, because
it's equivalent to Request.Form[txt.UniqueID]. TextBox uses viewstate only to
raise OnTextChanged event.
Regards
--
Milosz
> Or just use
>
[quoted text clipped - 36 lines]
> >> <asp:TextBox ID="txtEmail" runat="server"
> >> MaxLength="50" Width="264px"></asp:TextBox></td>
Aidy - 06 Jul 2007 12:53 GMT
I have to admit as I was typing I doubted that you needed the viewstate
enabled. As you said, it is needed for comparisons for raising events and
seld-populating but no much else
> Howdy Aidy,
>
[quoted text clipped - 48 lines]
>> >> <asp:TextBox ID="txtEmail" runat="server"
>> >> MaxLength="50" Width="264px"></asp:TextBox></td>