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


Please Help Members By Posting Answers For Below Questions

What is global.asax file used for?

644


Explain managed code an un-managed code.

679


Can you explain architecture of your project ?

719


What is data cache in sql server?

684


Explain the difference between or and orelse?

621






How to disable validator control by client side JavaScript?

645


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

602


Can we use a static function with a non-static variable?

587


what is the difference between response.write() and response.output.write()?

801


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4947


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

653


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

605


How does session authentication work?

590


Explain the different types of assemblies?

626


What are cookies in asp.net?

684