What are the new page events added in Asp.net 2.0 ?
Answer Posted / karna
pre-init()
pre-load()
pre-initcomplete()
pre-loadcomplete()
pre-rendercomplete()
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is LINQ performance wise better or using sqlcommand?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Describe the master page.
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are validator? Name the validation controls in asp.net? How do you disable them?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is difference between rest and soap?
How can we inherit a static variable?
What does uri mean?
Explain how cookies work. Give an example of cookie abuse.
What is tracing? Where is it used?
How u refer webservices?
What is the difference between ASP Session State and ASP.Net Session State?
What is viewstate? What does the “enableviewstate” property do?
How can we create pie chart in asp.net?