what is rendering in asp.net explain with ex for the intervw
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh JadavPosted Jul 15, 2015, 5:26 AM
Kindly make accepted if you are satisfy with the answer !
Raja TPosted Jul 15, 2015, 6:03 AM
anjali khanPosted Jul 15, 2015, 5:24 AM
Nilesh JadavPosted Jul 15, 2015, 5:18 AM
http://www.codeproject.com/Articles/667596/ASP-NET-Life-Cycle-Overview
Raja TPosted Jul 15, 2015, 5:08 AM
Render is not an event. It is a method called to generate the output to send to the client.
Render renders itself and its children.
The order is Render RenderChildren
As can clearly be seen in the ASP.NET Page Life Cycle.