What is the T-SQL equivalent of IIF (immediate if/ternary
operator) function of other programming languages?
Answer Posted / nitin
Case (..) When (condotion) then (statement) else
(statement) end
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Can we override the enablepartialrendering property of the scriptmanager class?
How can you pass multiple complex types in Web API?
What’s the difference between asp.net web forms and asp.net mvc?
Describe Segmentation With Paging?
Explain difference between friend and protected friend?
How can we Validate a Controls in ASP.NET page using JavaScript?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is difference between session and cookies?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is application Object?
Less than one page, how many windows will you be able to maintain?
How do u declare static variable and how it is declared and what is its lifetime?
Which method is used to force all the validation controls to run?
What is applicatio domain?
What is base class of .net?