Ankur Jain
Why we go for page rendering in Asp.Net Page life cycle?
By Ankur Jain in ASP.NET on Aug 18 2014
  • Munesh Sharma
    Oct, 2014 8

    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.http://msdn.microsoft.com/en-us/library/ms178472%28v=vs.100%29.aspx

    • 2
  • sajidlkhan lodi
    Feb, 2015 9

    Because Browser understand only html markup So in Page Rendering All ASPX Controlls are Converted to HTML Controls Thats why we go for Page Rendering.

    • 1
  • Kml Surani
    Apr, 2015 15

    Because Browser understand only html markup So in Page Rendering All ASPX Controlls are Converted to HTML Controls Thats why we go for Page Rendering.

    • 0
  • Ankur Jain
    Aug, 2014 18

    Browser understands an only html control that's why in page rendering we will convert the aspx controls into html controls.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS