Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

if you disable view state of a textbox will it maintain
data during postbacks.if yes reason

Answer Posted / sam

Yes. It maintain the data during postbacks.

Reason:Form controls, such as TextBox, retain their values
between posts even when view state is disabled. The values
of these controls do not need to be preserved in the
VIEWSTATE hidden form field because they are actually being
submitted to the server on each form post.

Is This Answer Correct ?    52 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a global postback url?

1001


Where is asp.net session stored?

977


What is the request flow used for asp.net mvc framework? : asp.net mvc

1034


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

1092


Can you dynamically assign a Master Page?

1035


What is AutoEventWireup attribute for ?

1068


What is use of <% %> in asp.net?

1056


What is the difference between dispose() and finalize()?

1063


What is full trust in asp.net?

1169


How does cookies work in asp net?

1116


How to sign out from forms authentication?

1118


Why session is more secure than cookies?

940


Write a code for sending an email from asp.net application.

1093


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

1024


Explain the difference between overriding and overloading?

1049