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
Define xmlvalidatingreader class.
What language is asp.net written in?
What are the data controls available in asp.net?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What r the asp.net list controls and diff. Between them?
What is server transfer?
What is the difference between dispose() and finalize()?
Can we store object in viewstate?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is AutoEventWireup attribute for ?
Explain the main differences between asp and asp.net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
How does asp page work?
What are client activated objects and server activated objects?
Describe how passport authentication works.