what is the difference between render event and prerender
event
Answer Posted / 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 |
Post New Answer View All Answers
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
Define global.asa file?
How do asp pages work?
What is n-tier system?
Is asp classic dead?
Name the methods by which output stream is controlled?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
how to update text box value in c#.net project?
Can I avoid using the garbage collected heap?
What is asp in web design?
Define managed code?
Explain how to handle error in asp?
How do I add aspx page to visual studio?
Explain how big is the data type int in .net?