Home
ABOUT US
CONTACT US
PRIVACY POLICY
Wednesday, January 1, 2014
Home
»
Interview
» What does the EnableViewState property do ?
What does the EnableViewState property do ?
By
Santosh
1:33 AM
No comments
EnableViewState stores the current state of the page and the objects in it like text,button,table etc.So this helps not loosing the state between client and server.It makes slow rendering on the browser so you should enable it only if required.
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Social Profiles
Popular
Tags
Blog Archives
Categories
AJAX
ASP.NET
ASP.NET MVC
ASP.NET MVC Interview
ASP.NET State Management
ASP.NET Validation Controls
Caching in ASP.NET
CSS StyleSheet
Deployment
Difference Between
DropDownList
Entity Framework
Errors and Solutions
Free software Download link
GridView
How to do?
Interview
JavaScript
JQuery
LINQ
Mobile Application using asp.net
Page Life Cycle of an ASP.NET
Read a single node from xml (C# String) in C#/.net
session management in ASP.NET
Source Code Version Control Systems
Sql Server Interview Questions
SqlServer
Sticky menu on scroll in html5 and jquery
Sting Manupulation
WCF Basic
Read a single node from xml (C# String) in C#/.net
I want to pass the ID as a input parameter of the given xml that will search the XML document for that value within the <id> node. ...
Bind DropDownList using SqlDataReader
This code pulling out data from a database into a data reader is as follows. protected void Page_Load(object sender, EventArgs e) { ...
Insert record in database using stored procedure in asp.net
In this article am explaining very simpe thing insert record in database using stored procedure,that will very help full for entry level pro...
Create PDF from DataTable in Asp.net
In this article ,i am explaining you how to create pdf file from datatable.i am passing a datatable in this function and code to convert thi...
Project related questions
1.Tell about your current project 2. Tell about your role 3. What is the toughest situation you faced in the development 4. How often you co...
ASP.NET Validation Controls with example
Learning Technique for freshers : R3C2 1.RequiredFieldValidation Control 2.RangeValidator Control 3.RegularExpressionValidator...
Export DataSet to XML File
create xml file from a dataset This code snippet show how to export DataSet to xml file.Here we have taken data from database and fill datas...
How to detect MSISDN from browser headers
How to detect MSISDN from browser headers Things to note be remember that: 1.If the user has come to wap portal...
Bind dropdownlist default value
On RowDataBound ddlCountry.SelectedValue = Ds.Tables[0].Rows[e.Row.RowIndex]["CountryId"].ToString(); On SelectedIndexChanged ddlR...
Page Life Cycle of an ASP.NET
The life cycle starts when a user requests a web page through his/her browser. The Web server than process the page through a sequence of st...
Copyright © 2010-2015 Santosh Singh. All Rights Reserved.. Powered by
Blogger
.
My Profile
DotNetFunda
Microsoft ASP.NET
The Code Project
Followers
Blog Archive
►
2018
(12)
►
November
(2)
►
September
(4)
►
August
(6)
►
2017
(2)
►
August
(2)
►
2015
(2)
►
July
(1)
►
June
(1)
▼
2014
(28)
►
August
(1)
▼
January
(27)
Caching in ASP.NET ?
Types of session management in ASP.NET
Which control would you see if you need to make su...
Difference between Server.Transfer and Response.Re...
What are the differences between user control and ...
How to fetch ricord between 3 and 15 only, if a da...
What is Viewstate ? What are the advantages and di...
What is diffgram
Some basic linq to object query example.
LINQ
What is Post Back ?
Difference between Exe and DLL
Difference between DataReader and DataSet
What does WSDL stand for ?
What method do you use to explicitly kill a user’s...
What base class do all web forms inherit from ?
What property must you set, and what method must y...
How can you provide an alternating color scheme in...
Which template must you provide, in order to displ...
Can you edit data in Repeater control ?
Which methos do you invoke on the DataAdapter cont...
Bindings in WCF
Difference Between
Service Oriented Architecture (SOA)
WCF
Name two properties common in every validation con...
What does the EnableViewState property do ?
►
2013
(22)
►
August
(21)
►
March
(1)
►
2012
(9)
►
August
(2)
►
July
(1)
►
April
(1)
►
March
(2)
►
February
(3)
►
2011
(3)
►
December
(2)
►
March
(1)
►
2010
(82)
►
December
(1)
►
October
(5)
►
September
(29)
►
August
(42)
►
April
(2)
►
March
(2)
►
January
(1)
►
2009
(3)
►
April
(3)
Recent Posts
Feedjit Live Blog Stats
Categories
AJAX
(3)
ASP.NET
(49)
ASP.NET MVC
(3)
ASP.NET MVC Interview
(4)
ASP.NET State Management
(1)
ASP.NET Validation Controls
(2)
Caching in ASP.NET
(1)
CSS StyleSheet
(2)
Deployment
(1)
Difference Between
(1)
DropDownList
(2)
Entity Framework
(2)
Errors and Solutions
(21)
Free software Download link
(1)
GridView
(13)
How to do?
(2)
Interview
(28)
JavaScript
(8)
JQuery
(2)
LINQ
(2)
Mobile Application using asp.net
(1)
Page Life Cycle of an ASP.NET
(1)
Read a single node from xml (C# String) in C#/.net
(1)
session management in ASP.NET
(1)
Source Code Version Control Systems
(1)
Sql Server Interview Questions
(1)
SqlServer
(12)
Sticky menu on scroll in html5 and jquery
(1)
Sting Manupulation
(2)
WCF Basic
(4)
0 comments:
Post a Comment