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
How can we create Tree control in asp.net?
What do you mean by authentication?
What is asp according to you?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Why cyclomatic complexity is important?
What is the parent class of all the web server control?
Can we override the enablepartialrendering property of the scriptmanager class?
What is base class of .net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Define static function?
What is event bubbling?
What is Dynamic Web and discuss its usage with the help of real life examples?
Why does my asp.net file have multiple tag with runat=server?
What is .net remoting?
What is the difference between runtime version and version?