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

Answer Posted / c

Please Ignore:

function opennewsletter(){
var name = 'Bala';
emailwindow=dhtmlmodal.open
('EmailBox', 'iframe', 'newsletter.aspx?name=' +
name, '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 ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is server infrastructure & server components?

780


How to turn off cookies for a page?

574


What is the difference between cache and cookies?

515


What is a web pool?

580


What is the maximum timeout we can set for Cookies?

549






Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

501


How to create multi language website in asp.net mvc? : Asp.Net MVC

492


Describe the differences between the lifecycles of Windows services and Standard EXE?

597


Explain diff between dataset and datareader?

526


How do I know asp.net mvc version? : Asp.Net MVC

496


What are different methods of session maintenance in asp.net?

561


Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

543


What is difference between session and viewstate?

469


Which namespace is used by ado.net?

562


Explain login control and form authentication.

557