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 |
When should I use server transfer and response redirect?
What are various authentication mechanisms in ASP.NET ?
Why is validation always done on the server? When does that occur?
How To Authenticate Your Web service??
Explain form level validation and field level validation?
please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
What is redirecting behavior?
What r all the controls in ASP.NET ?
What is dataset and uses of dataset ?
Difference between web.config and app.config?
3 Answers ITC Infotech, Jenesys Technologies,
Explain the functionality of "EnableViewState" ? What happens if you want it on or off?
what exception is thrown when you do a response.redirect