What is rending process in ASP.NET?



What is rending process in ASP.NET?..

Answer / Sudesh Kumar

The rendering process in ASP.NET refers to the conversion of a page and its controls into an HTML output that can be sent to the client browser.nnThis process involves:n1. Instantiating server controls during the Page_Init and Page_Load events.n2. Accessing data sources, if necessary.n3. Populating control properties with values from data sources.n4. Setting control styles and other appearance-related properties.n5. Triggering any event handlers for postback scenarios.n6. Converting the control tree into HTML output through the rendering process (Render() method).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between viewstate and hidden field in asp.net?

1 Answers  


Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.

1 Answers  


What is the difference between application state and session state in asp net?

1 Answers  


How do I publish my asp.net application to my isp's web server?

1 Answers  


how to update data set?

3 Answers   IBM, TCS,


Explain the differences between clr & cts?

1 Answers  


What is the use of SmartNavigation property?

4 Answers  


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

1 Answers  


What are different types of api?

1 Answers  


Explain difference betn dataset and recordset?

1 Answers  


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


How do you design a website with multilingual support in ASP.NET ?

1 Answers   MCN Solutions,


Categories