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
What is the use of session?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What are the events that happen when a client requests an asp.net page from iis server?
What are the merits and demerits of viewstate?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is the difference between CC and BCC?
In order to get assembly info which namespace we should import?
If you are using components in your application, how can you handle exceptions raised in a component?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is the difference between the get method () and post method ()?
Where do the cookie state and session state information be stored?
Can user control be stored in library?
Do cookies store passwords?
How do I open an ashx file in windows 7?
Differentiate between client-side and server-side validations in web pages.