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
What is smpte vc-1?
What is the difference between custom web user control and a custom web server control?
What is the sequence in which ASP.NET events are processed?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How do you design a website with multilingual support in ASP.NET ?
What is different authentication mechanisms used in ASP.NET?
What is a Cookie? Where is it used in ASP.NET?
Explain the disadvantages of viewstate?
Define repository pattern in asp.net mvc? : asp.net mvc
How many languages are supported by .NET at present time?
What is an imagemap in asp.net?
What asp.net control can embed xaml into asp.net pages?
Do you know about caching with the datasource controls?
How to you can limit Access to Web API to Specific HTTP Verb?
What is x xss protection?