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 |
how can we done appllication deployment
Difference between GET and POST? Which is used when?
Define a dictionary object?
what is the difference between #include directory in C,C++ and import java.packages in java
What is meant by cookies? Explain the main features?
Name the command to display characters to the html page?
i want question papers of ASP
What purpose is served by the application.lock method?
Explain how do you box a primitive data type variable?
How do I open aspx files?
how can we create a webpage in .Net
What is the difference between server-side validation and client-side validation?