What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / x
select Distinct [Subject ID], [Date of Birth],[Gender],
[Race] from
(
select vm1.spid as [Subject ID],
(case when objd1.objectdesignationtypeid = 4 then
vmd1.fieldvalue end) as [Date of Birth],
(case when objd1.objectdesignationtypeid = 8 then
vmd1.fieldvalue end) as [Gender],
(case when objd1.objectdesignationtypeid = 9 then
vmd1.fieldvalue end) as [Race]
from Recon.dbo.AAA999809_Visitmodule
vm1,Recon.dbo.AAA999809_Visitmoduledetail vmd1,
Recon.dbo.recon_objectdesignation objd1
where vm1.vuid = vmd1.vuid and
vmd1.objectid = objd1.objectid
and vmd1.objectid is not null and objd1.objectid is not null
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How would you implement inheritance using c#?
How can you dynamically add user controls to a page?
Define authentication and authorization.
What is query string?
Is post back in asp.net?
What kind of programming language is ASP.NET?
What is the difference between the asp and asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is http post action?
What does asp in asp.net stand for?
Explain the difference between array and linkedlist?
Explain how cookies work. Give an example of cookie abuse.
Can you explain one critical mapping?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Out of ASP or ASP.NET which one is stateless?