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 / 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 event in asp.net?

1064


How can we inherit a static member?

1119


Explain how can we inherit a static variable?

1101


How do u deploy ur project?

2751


How do you change the session time-out value?

1100


Describe a Windows Service and its lifecycle ?

1209


Which two new properties are added in asp.net 4.0 page class?

968


Define tracing.

1171


How can I create master page in asp net?

992


How Can assign alias name for ASP.NET Web API Action?

1513


What are session and cookies?

1024


What are validator? Name the validation controls in asp.net? How do you disable them?

1095


Where is cookie used in asp.net?

1147


What is meant by server side scripting?

1004


What is latest version of asp.net mvc? : Asp.Net MVC

1152