Click here to Skip to main content
15,896,359 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: viewstate statement confusion Pin
Christian Graus2-Aug-07 1:49
protectorChristian Graus2-Aug-07 1:49 
GeneralRe: viewstate statement confusion Pin
Sonia Gupta2-Aug-07 2:11
Sonia Gupta2-Aug-07 2:11 
GeneralRe: viewstate statement confusion Pin
Christian Graus2-Aug-07 2:18
protectorChristian Graus2-Aug-07 2:18 
GeneralRe: viewstate statement confusion Pin
Sonia Gupta2-Aug-07 2:23
Sonia Gupta2-Aug-07 2:23 
GeneralRe: viewstate statement confusion Pin
N a v a n e e t h2-Aug-07 2:27
N a v a n e e t h2-Aug-07 2:27 
GeneralRe: viewstate statement confusion Pin
Sonia Gupta2-Aug-07 2:36
Sonia Gupta2-Aug-07 2:36 
GeneralRe: viewstate statement confusion Pin
Not Active2-Aug-07 2:47
mentorNot Active2-Aug-07 2:47 
GeneralRe: viewstate statement confusion Pin
N a v a n e e t h2-Aug-07 2:20
N a v a n e e t h2-Aug-07 2:20 
Sonia Gupta wrote:
saved in the hidden field of the page means saves the information in the .aspx page or code behind file


When you are viewing page in browser, there is no code behind file. Viewstate will be stored in the page you are viewing as hidden field(HTML element). It will be encrypted. HTTP is stateless. So ASP.NET team created a mechanism called viewstate to maintain data across postbacks.


QuestionLinkbutton disabled loss of style Pin
thomasa2-Aug-07 1:36
thomasa2-Aug-07 1:36 
Questionxml+report generation Pin
kalyan_24162-Aug-07 1:36
kalyan_24162-Aug-07 1:36 
QuestionException Message Pin
Deepak the Cool2-Aug-07 1:34
Deepak the Cool2-Aug-07 1:34 
AnswerRe: Exception Message Pin
N a v a n e e t h2-Aug-07 2:34
N a v a n e e t h2-Aug-07 2:34 
AnswerRe: Exception Message Pin
Urs Enzler2-Aug-07 3:30
Urs Enzler2-Aug-07 3:30 
QuestionHow to disable Cookies for a single web page Pin
Kuricheti2-Aug-07 1:22
Kuricheti2-Aug-07 1:22 
AnswerRe: How to disable Cookies for a single web page Pin
Christian Graus2-Aug-07 1:28
protectorChristian Graus2-Aug-07 1:28 
AnswerRe: How to disable Cookies for a single web page Pin
Bino B3-Aug-07 7:16
Bino B3-Aug-07 7:16 
GeneralRe: How to disable Cookies for a single web page Pin
Kuricheti3-Aug-07 19:18
Kuricheti3-Aug-07 19:18 
QuestionCustom Control with Images Pin
Christopher Stratmann2-Aug-07 1:02
Christopher Stratmann2-Aug-07 1:02 
Questionhow open connection wizard on asp.net page Pin
Piyush Vardhan Singh2-Aug-07 0:55
Piyush Vardhan Singh2-Aug-07 0:55 
AnswerRe: how open connection wizard on asp.net page Pin
Christian Graus2-Aug-07 1:29
protectorChristian Graus2-Aug-07 1:29 
GeneralRe: how open connection wizard on asp.net page Pin
Piyush Vardhan Singh2-Aug-07 1:41
Piyush Vardhan Singh2-Aug-07 1:41 
GeneralRe: how open connection wizard on asp.net page Pin
Christian Graus2-Aug-07 1:51
protectorChristian Graus2-Aug-07 1:51 
GeneralRe: how open connection wizard on asp.net page Pin
Piyush Vardhan Singh2-Aug-07 2:26
Piyush Vardhan Singh2-Aug-07 2:26 
QuestionWebservice and dll.config problems Pin
Anders Molin2-Aug-07 0:40
professionalAnders Molin2-Aug-07 0:40 
QuestionUser Control Problem Pin
Captain Trips2-Aug-07 0:07
Captain Trips2-Aug-07 0:07 

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.