0 Hi,
Check my previous solution and reference.It clearly mention that load and render stage view state will work..
0 hi frnds
ants to know that where is the save
viewstate in page life cycle n how it is work??
0 hi
where u used sealed class in your
project?why we use?real example
0 Hi,
Initialization
During page initialization, controls on the page are available and each control's UniqueID property is set. A master page and themes are also applied to the page if applicable. If the current request is a postback, the postback data has not yet been loaded and control property values have not been restored to the values from view state.
Load
During load, if the current request is a postback, control properties are loaded with information recovered from view state and control state.
Rendering
Before rendering, view state is saved for the page and all controls. During the rendering stage, the page calls the Render method for each control, providing a text writer that writes its output to the OutputStream object of the page's Response property.
Reference :
https://msdn.microsoft.com/en-us/library/ms178472.aspx
0 1.http://www.c-sharpcorner.com/UploadFile/8911c4/page-life-cycle-with-examples-in-Asp-Net/
2.http://www.msdotnet.co.in/2014/05/how-to-implement-page-life-concepts-in.html#.VtaDieb6jBU
0 hi frnds
anyone tell me how to work page life cycle?
i know wt is this but practically not understand properly..
interviwer asked me where is the viewstate is saved or worked?
wt is rendering ?
pl send me example which u explained in front of the interviwer??
0 hi Rajeesh
thanks for the update..
can u give the example for that how to use this process to in your organization???
0 Hi ,
check this
https://www.youtube.com/watch?v=z8J1lYVta8M
0 Hi,
Check the following reference :
http://www.c-sharpcorner.com/UploadFile/84c85b/agile-methodology-for-net-development-teams/
http://www.codeproject.com/Articles/4798/What-is-SCRUM
http://www.codeproject.com/Articles/604417/Agile-software-development-methodologies-and-how-t