Answer Posted / aadil
In ASP.NET, we have three types of Error Handling.
1. Structured Level Error Handling (try..catch..finally
block)
2. Page Level Error Handline
3. Application Level Error Handling.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is cookies cache and session?
How many types of cookies are there in asp.net?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What are the advantages of Web API?
How do you secure your connection string information?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are the different properties of server control that exists?
Why do we need asp.net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What are web beacons used for?
What are the validation controls available in ASP.NET?
Diff between web user control and web custom control?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
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?