Answer Posted / jagadishkumar.reddy
using switch statement we cant pass any Condition.
switch (expression)
{
case constant-expression:
statement
jump-statement
[default:
statement
jump-statement]
}
expression can be intergral or string.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you handle unmanaged code exceptions in asp.net?
What are the advantages and limitations of query string?
What is the difference between trace and debug in asp.net?
Define a multilingual website?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Describe session handling in a webfarm, how does it work and what are the limits?
How many types of validation are there?
What is difference between mvc and asp.net? : Asp.Net MVC
What is difference between asp.net and asp?
What are the session management techniques asp net?
How do you design a website with multilingual support in ASP.NET ?
How do http sessions work?
Where web.config file is used?
What is difference between abstract class and an interface?