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 event in asp.net?
How can we inherit a static member?
Explain how can we inherit a static variable?
How do u deploy ur project?
How do you change the session time-out value?
Describe a Windows Service and its lifecycle ?
Which two new properties are added in asp.net 4.0 page class?
Define tracing.
How can I create master page in asp net?
How Can assign alias name for ASP.NET Web API Action?
What are session and cookies?
What are validator? Name the validation controls in asp.net? How do you disable them?
Where is cookie used in asp.net?
What is meant by server side scripting?
What is latest version of asp.net mvc? : Asp.Net MVC