Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can we pass coditions in swtich case?

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


Please Help Members By Posting Answers For Below Questions

How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1963


What are the two properties that are common on every validation control?

1106


How ViewstateMac works?

2886


Define transparent caching with aop?

1178


IN an ASP.NET Web application if there is any error, how can you debug?

1110


What is the difference between session.abandon() vs clear()?

1022


Which dll handles the request of .aspx page?

1012


Explain how can we inherit a static member?

1037


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1985


What is asp net application object?

1063


What is the importance of Global.asax in ASP.NET?

1218


In which event are the controls fully loaded?

1053


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

1100


What is state management technique?

1093


Why session is necessary in web application?

1013