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 the difference between cshtml and aspx?
How do I make it so that code runs when the security system is stopping it?
what is cookies?
How to make page break in Crystal Report..?
What is http header?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
What is the Default ScriptTimeOut for Server Object? A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec
what is open item management in sap fico?
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
Short note on creation of job site in ASP.
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?