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
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.
What are the two properties that are common on every validation control?
How ViewstateMac works?
Define transparent caching with aop?
IN an ASP.NET Web application if there is any error, how can you debug?
What is the difference between session.abandon() vs clear()?
Which dll handles the request of .aspx page?
Explain how can we inherit a static member?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is asp net application object?
What is the importance of Global.asax in ASP.NET?
In which event are the controls fully loaded?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is state management technique?
Why session is necessary in web application?