Click here to Skip to main content
15,918,889 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Expresion Evaluation Pin
Suresh Suthar11-Aug-09 0:00
professionalSuresh Suthar11-Aug-09 0:00 
GeneralRe: Expresion Evaluation Pin
padmanabhan N11-Aug-09 0:07
padmanabhan N11-Aug-09 0:07 
GeneralRe: Expresion Evaluation Pin
Suresh Suthar11-Aug-09 3:22
professionalSuresh Suthar11-Aug-09 3:22 
AnswerRe: Expresion Evaluation Pin
logiclabz11-Aug-09 3:03
logiclabz11-Aug-09 3:03 
QuestionGetting ODBC source error Pin
Satish - Developer10-Aug-09 21:04
Satish - Developer10-Aug-09 21:04 
AnswerRe: Getting ODBC source error Pin
senguptaamlan10-Aug-09 23:07
senguptaamlan10-Aug-09 23:07 
GeneralRe: Getting ODBC source error Pin
Satish - Developer11-Aug-09 0:09
Satish - Developer11-Aug-09 0:09 
GeneralRe: Getting ODBC source error Pin
senguptaamlan11-Aug-09 0:19
senguptaamlan11-Aug-09 0:19 
Questioncan i used 1 page's data of viewstate in another page Pin
vid nandha10-Aug-09 20:51
vid nandha10-Aug-09 20:51 
AnswerRe: can i used 1 page's data of viewstate in another page Pin
r a m e s h10-Aug-09 22:18
r a m e s h10-Aug-09 22:18 
GeneralRe: can i used 1 page's data of viewstate in another page Pin
vid nandha10-Aug-09 22:26
vid nandha10-Aug-09 22:26 
GeneralRe: can i used 1 page's data of viewstate in another page Pin
padmanabhan N10-Aug-09 22:37
padmanabhan N10-Aug-09 22:37 
AnswerRe: can i used 1 page's data of viewstate in another page Pin
Arindam Sinha10-Aug-09 22:49
Arindam Sinha10-Aug-09 22:49 
GeneralRe: can i used 1 page's data of viewstate in another page Pin
vid nandha10-Aug-09 23:29
vid nandha10-Aug-09 23:29 
GeneralRe: can i used 1 page's data of viewstate in another page Pin
vid nandha10-Aug-09 23:31
vid nandha10-Aug-09 23:31 
GeneralRe: can i used 1 page's data of viewstate in another page Pin
padmanabhan N10-Aug-09 23:39
padmanabhan N10-Aug-09 23:39 
What the State Management Types?
 Client-side state management stores information on the client’s computer by embedding the information into a web page (Hiddenfields), URL (Query strings) or a cookie.
1. View state.
2. Control state: If you create a custom control that requires view state to work, you should use control state to ensure (يضمن) other developers don’t break your control by disabling view state.
3. Hiddenfields: hidden fields store in HTML form without displaying it in the user’s browser.
4. Cookies: cookies store a value in the user’s browser.
5. Query strings: query string stores values in URL.

 Server-side state management stores information on server’s memory.
1. Application state.
2. Session state.
3. Profile Properties.
4. Cache state.

What the disadvantages are of ViewState?
- Disadvantages of ViewState:
1. The more controls you have on the form the larger the size of ViewState and the larger the size of the HTML you send back and forth to the server.
2. Only works when pages postback to themselves.
3. You can't persist (تحفظ) data to other pages.

Padmanabhan
My Articles:
Articles[^]
My latest Article:
Word Automation[^]

GeneralRe: can i used 1 page's data of viewstate in another page Pin
vid nandha10-Aug-09 23:51
vid nandha10-Aug-09 23:51 
GeneralRe: can i used 1 page's data of viewstate in another page Pin
padmanabhan N11-Aug-09 0:02
padmanabhan N11-Aug-09 0:02 
GeneralRe: can i used 1 page's data of viewstate in another page Pin
Arindam Sinha11-Aug-09 1:26
Arindam Sinha11-Aug-09 1:26 
AnswerRe: can i used 1 page's data of viewstate in another page Pin
keyur satyadev11-Aug-09 0:10
keyur satyadev11-Aug-09 0:10 
QuestionProblem in accessing page from folder [modified] Pin
ais0710-Aug-09 20:44
ais0710-Aug-09 20:44 
AnswerRe: Problem in accessing page from folder Pin
Zafar A khan 10-Aug-09 20:52
professionalZafar A khan 10-Aug-09 20:52 
GeneralRe: Problem in accessing page from folder Pin
ais0710-Aug-09 20:57
ais0710-Aug-09 20:57 
GeneralRe: Problem in accessing page from folder Pin
ais0710-Aug-09 21:13
ais0710-Aug-09 21:13 
GeneralRe: Problem in accessing page from folder Pin
padmanabhan N10-Aug-09 22:41
padmanabhan N10-Aug-09 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.