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 web.config file?
How does ASP.NET framework maps client side events to Server side events.?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
How to find last error which occurred?
What is the life cycle of web page?
What is is post back property in asp net?
List down the sequence of methods called during the page load.
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is the question mark in a url?
Explain the boxing and unboxing concept in .net?
Why is the standalone environment only useful during the development process?
What is redirectpermanent in asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is the Difference between MVC And MVP design pattrens
What are custom user controls in asp.net?