Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two text box one with the view state property false and one is true and there is a button. When i run the web appln and fill some value in text box and click on button it is retrieveing the value of both the textbox whereas it shouldnt as one of the text has property false? please explain the whole process
Posted
Comments
Cenarjun 14-Jan-14 5:27am    
post the code

1 solution

This behaviour is for the Web Controls which internally implements IPostBackDataHandler
interface.

To understand more on it. Refer

View State for TextBox and other controls that implement IPostBackDataHandler[^]

Hope this helps...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900