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 actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are type/key pairs in client script registration?
what does Page.IsValid in asp.net
6 Answers Infosys, Net Solution,
How do you implement postback with a text box? What is postback and usestate?
In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...
What is custom tag in Web.Config?
What are the server control tags in asp.net.?
What are the disadvantages of view state?
Can we set master page as a start page?
What are the benefits of Razor View?
How many web config files can be created for an application?
What is difference between session and application in asp net?