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
Why do we need url encoding?
Which protocol is used to call a web service?
How would ASP and ASP.NET applications run at the same time on the same server?
What is a runtime version?
Explain the difference between web user control and web custom control?
Define view state.
To add a hyperlink column to the DataGrid which tag is used ?
Can one dll file contains the compiled code of more than one .net language?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Is session server side or client side?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Where the assembly is stored in asp.net?
What's the ASP.Net Application life cycle?
What is web api config?
how to elimainte the similar data from the different tables