Answer Posted / nikitha
No we cannot pass condition in switch
ex:
int a, b;
string str1;
switch(a+b)
Do some thing like this u will get compile error...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of data set in asp.net?
What is the basic difference between asp and asp.net?
Can action method static?
What is query string? What are its advantages and limitations?
What are the media types of http requests and response?
What is http protocol and how it works?
What are the asp.net security controls?
What are the advantages of asp.net mvc framework? : asp.net mvc
Name the namespace which is used by ado.net?
What is a viewstate?
What is an imagemap in asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
What are the ways of preserving data on a Web Form in ASP.NET?
What I need to create and run an asp.net application?
How can we communicate with each server in N-tier Architecture? and what are the methods?