State management in asp.net ?

Answer Posted / kuldeep singh

There are two to maintain the state in asp.net...
client side and serverside.

client side:

1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.

serverside:

1.Session state
2.Application state

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do u optimize a query in asp.net?

761


Can a master page have more than one contentplaceholder?

730


Define authentication and authorization.

841


What is AutoEventWireup attribute for ?

793


Explain the difference between debug.write and trace.write? When should each be used?

757


How would you implement inheritance using c#?

777


How do http sessions work?

671


How to implement globalization and localization in the use interface in .net.

753


What is microsoft windows sharepoint services?

768


What are the difference between overriding and overloading?

709


What is scope of an application variable in asp.net?

720


What is custom attribute? How to create?

781


What is the syntax for datagrid and specifying columns?

2288


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

759


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1679