If we write return statement in finally block will it works
fine or throws any error?
Answer / alb.shah
Answer Is NO. We cannot have return in finally block...
we get the following error.
Control cannot leave the body of a finally clause
returns void, a return keyword must not be followed by an
object expression
Is This Answer Correct ? | 14 Yes | 0 No |
Can we make a class with class with same;suppose public class abc { public class abc { } }
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What are the different web pages?
How could you modify xaml content from javascript?
Difference between viewstate, cache, session
Describe the difference between inline and code behind?
What are the Difference between asp.net and asp ?
SessionState - type of sessionstate and when and how to use it
Can the dictionary object be created in client?s scope ?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
How to upload a file using file upload control inside the Update Panel???
Is asp.net mvc still used? : Asp.Net MVC