10
Answers

wt is the agilescrum methodlogy in asp.net?

anjali khan

anjali khan

8y
437
1
hi frnds
 
wt is the agilescrum methodlogy in asp.net?
 
how to use in our project?
Answers (10)
0
Ravi Patel

Ravi Patel

NA 7.8k 531.7k 8y
Hi ,
 
Check this
 
http://www.c-sharpcorner.com/UploadFile/mahesh/SealedClasses11142005063733AM/SealedClasses.aspx 
Accepted
0
Rajeesh Menoth

Rajeesh Menoth

NA 24.7k 628.7k 8y
Hi,

Check my previous solution and reference.It clearly mention that load and render stage view state will work..
0
anjali khan

anjali khan

NA 293 35.1k 8y
hi frnds ants to know that where is the save viewstate in page life cycle n how it is work??
0
anjali khan

anjali khan

NA 293 35.1k 8y
hi where u used sealed class in your project?why we use?real example
0
Rajeesh Menoth

Rajeesh Menoth

NA 24.7k 628.7k 8y
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
Amit Singh

Amit Singh

NA 3.7k 46.5k 8y
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
anjali khan

anjali khan

NA 293 35.1k 8y
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
anjali khan

anjali khan

NA 293 35.1k 8y
hi Rajeesh thanks for the update.. can u give the example for that how to use this process to in your organization???
0
Ravi Patel

Ravi Patel

NA 7.8k 531.7k 8y
Hi ,
 
check this
 
https://www.youtube.com/watch?v=z8J1lYVta8M 
0
Rajeesh Menoth

Rajeesh Menoth

NA 24.7k 628.7k 8y
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