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
When we use cookie less session? Explain its working?
What is the asp.net mvc folder conventions? : asp.net mvc
What is round trip in asp.net?
How do http sessions work?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is the difference between application state and session state in asp net?
Define common type system?
What is difference between inproc and outproc?
Explain the difference between asp & asp.net.
What is difference between session and cookie?
Name the tools or API for developing or testing web api?
What is data control in asp.net?
What is tracing? Where is it used?
Explain authorization levels in .net ?
What is user control in asp.net?