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
In a Repeater control how one can provide an alternating color scheme ?
Can a .net web application consume java web service?
What is ASLM?
What is the difference between application state and caching?
What are the types of authentication in asp.net?
Define common type system?
Define managed code and managed data in .net?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Who creates jsessionid?
What is the advantage of using Windows authentication in a Web application?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Explain culture and uiculture values.
What is difference Between Authentication and authorization?
How to Insert/Add in ASPXgridview
explain code with datachaching with example