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 / raja

yes, u will get the value displayed even u disabled ViewState
I used RAJNEESH answer and concept of ans:5.Take a textbox
In load event
if (!IsPostBack)
{
txtFirst.Text = "Initial";
}
and in form
make txtFirst as enableviewstate=false,Text="Final";
if you execute it. It displays as Initial only as this is
-------
having read/write property.

but if u make readonly="true" to txtFirst then it displays
as Final
-------

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is the asp.net mvc architecture different from others? : asp.net mvc

1070


Which is the best institute to learn Microsoft Technologies and the faculty if you Know?

2203


Do gac'ed assemblies have fulltrust?

1123


How can we prepairing Interview

2376


Which is faster viewdata or viewbag?

1049


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

1251


What is the difference between exe and dll?

1187


How do you create a master page?

1100


What is IPostBack? How to use it?

1149


How you can access the values from the Repeater control in ASP.NET?

1106


What is the main function of url routing system in asp.net mvc? : asp.net mvc

1059


What are server objects?

988


What is skin in asp.net?

997


What is autopostback in asp net?

1083


What is the difference between ASP.NET Webforms and ASP.NET MVC?

1218