What is Ajax? How it is related to your project?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between static page and dynamic page?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is singlecall activation mode used for in .net?
What is the native image generator?
What is Delegate? Have ever used Delegates in your project.
Which namespace is the base class for .net Class library?
How to Create and Consume a Web Service?
What is immutability?
Tell us what is a sealed class?
What is the advantage of .net?
Explain something about WebService?