What is the T-SQL equivalent of IIF (immediate if/ternary
operator) function of other programming languages?
Answer / nitin
Case (..) When (condotion) then (statement) else
(statement) end
Is This Answer Correct ? | 4 Yes | 5 No |
what is view stat? how it is use.
How can you execute stored procedure from windows application?
What is web api and why to use it?
we can able to display a MessageBox in asp .net without using any script langages?
What?s the difference between Response.Write() andResponse.Output.Write()?
What is sql data source control in asp.net?
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
What is Difference between Callbacks and Postback in ASP.NET?
Explain about Multi-Language integration?
What do you mean by View State and what is its role?
What is a page life cycle? What are the events in a page life cycle?
What is strong-typing versus weak-typing?