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 |
Explain the difference between asp and html? Or why asp is better than html?
What are the tasks performed by <> tags?
What is asp in web design?
What is classic asp application?
How will you set the values for cookies?
What is Global.asa file?
we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?
What is difference between server.transfer and response.redirect ?
2 Answers CIStems Software, Effexoft, VebTel,
What is the common type system (cts)?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)
What do you mean by asp?
How do I create an aspx file?