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 difference between Physical path and Virtual path? Explanin with example.
Whats the difference between struct and class in c#?
How do I save asp file in notepad?
Whats the implicit name and type of the parameter that gets passed into the class set method?
how we can create more than one web.config file in our asp.net project
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
What are the attributes of the tags? What are their functions?
What is asp life cycle?
What are the Web Servers supporting ASP?
Explain what inheritance is and an example of when you might use it?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
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?