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 |
What is the difference between viewstate and hidden field in asp.net?
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.
What is the difference between application state and session state in asp net?
How do I publish my asp.net application to my isp's web server?
how to update data set?
Explain the differences between clr & cts?
What is the use of SmartNavigation property?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What are different types of api?
Explain difference betn dataset and recordset?
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)
How do you design a website with multilingual support in ASP.NET ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)