Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 the caspol.exe tool used for?

999


Can you explain how ASP.NET application life cycle and page life cycle events fire?

1006


What is advantage of code behind coding in ASP.NET?

1011


What's the use of response.output.write()?

1249


Explain the concept of event bubbling in ASP.NET?

1084


What is the difference between visual basic and asp.net?

1024


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

998


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

1018


What does a switch do?

955


What is difference between view state and session state?

840


What is the difference between session and viewstate in asp.net?

1095


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

1088


What are the advantages of Web API?

1089


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

1100


Explain in what order a destructors is called.

1005