what is the difference between render event and prerender
event
Answers were Sorted based on User's Feedback
Answer / amandeep kirar
In Pre-Render we create/modify control properties, values.
In Render the output is renderred into HTML format to page.
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / vivek rathore
In Pre-Render, we can make the last changes to a control
before displaying it as HTML.
In render, the control is rendered to HTML e.g textbox to
<input type="text"> etc.
Is This Answer Correct ? | 2 Yes | 0 No |
What is aspx used for?
Define "virtual directory"?
Define a "virtual directory"?
what is the need of a sealed class when we are having a structure
why many web.config files are used in are project
Which DLL file is needed to be registered for ASP?
What is asp
What is ascx cs?
How can we do validation of the fields in a project?
What is servervariables collection in asp?
How do you administer security for my machine for an enterprise?
In how many ways you can track the Session?