J
JohnZing
I Have EnableViewState="false" in the top of my page has you can see
below
<%@ Page Language="VB" EnableViewState="false"
MasterPageFile="~/MasterPage.master" AutoEventWireup="false......
I have the EnableViewState="False" in the control tag
<asp:TextBox id="txtMsg" runat="server" MaxLength="300" Rows="4"
Columns="60" TextMode="MultiLine"
EnableViewState="False"></asp:TextBox>
but... asp.net keeps the txtMsg text between postbacks... why?
Thanks for any help
below
<%@ Page Language="VB" EnableViewState="false"
MasterPageFile="~/MasterPage.master" AutoEventWireup="false......
I have the EnableViewState="False" in the control tag
<asp:TextBox id="txtMsg" runat="server" MaxLength="300" Rows="4"
Columns="60" TextMode="MultiLine"
EnableViewState="False"></asp:TextBox>
but... asp.net keeps the txtMsg text between postbacks... why?
Thanks for any help