What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?

Answer Posted / x

Please Ignore:

function opennewsletter(){
emailwindow=dhtmlmodal.open
('EmailBox', 'iframe', 'newsletter.aspx?
name=bala', 'Newsletter Signup
page', 'width=350px,height=200px,center=1,resize=0,scrolling
=1')
}

Put this in the modal page:

if (Request.QueryString["name"] != null &&
Request.QueryString["name"].ToString() != string.Empty)
{
name = Request.QueryString["name"].ToString
();
}

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is smpte vc-1?

757


What is the difference between custom web user control and a custom web server control?

694


What is the sequence in which ASP.NET events are processed?

678


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

783


How do you design a website with multilingual support in ASP.NET ?

734


What is different authentication mechanisms used in ASP.NET?

786


What is a Cookie? Where is it used in ASP.NET?

819


Explain the disadvantages of viewstate?

747


Define repository pattern in asp.net mvc? : asp.net mvc

673


How many languages are supported by .NET at present time?

518


What is an imagemap in asp.net?

744


What asp.net control can embed xaml into asp.net pages?

736


Do you know about caching with the datasource controls?

668


How to you can limit Access to Web API to Specific HTTP Verb?

877


What is x xss protection?

726