EnableViewstate problem

  • Thread starter Thread starter Alpha
  • Start date Start date
A

Alpha

Hi Friends,
I am setting EnableViewState property of page
and 2 textbox to false but still its retaining the
values. After refreshing the page..it is submitting the
value in 2 textboxes even the Text property is assigned
to blank.I want after refreshing the page the 2 textboxes
should not retain the previously entered value.Because
after submitting I am taking value from textboxes and
showing into table below these textboxes...so after
refreshing it is repeated.....I actually donot it.

Any pointer will be reat help.


Thanks
Alpha
 
Hi,

Are you using submit button or normal button.

Regards
Mahesh ChandraMouli
Microsoft .NET MVP|MCAD
 
I am using button web componen

<asp:button id="Button2" runat="server" Width="94px" Text="Submit" Height="31px"></asp:button

and click of this button we writing somwe code.
 
Back
Top