Web Forms :: Opening A New Window/page With A Buttonclick?

Mar 5, 2010

I need to open a new window or page keeping the existing page open. I plan to put a Button on the existing page and when a user click the button, a new page or window pops up with what I have coded for that page. My preference would be that the user don't have to tweek any browser options or configure anhing else to open the new window with the click.

View 1 Replies


Similar Messages:

Forms Data Controls :: Datalist Links Opening In New Window Rather Than Parent Window?

Jan 28, 2010

i have following datalist in WhatsNews.aspx page.

[Code]....

when i open home page and click a link in whatsnew section, IE 8 opening the links in a new window.but firefox 3.5.7 opens in parant window, just like i want.how can i make IE 8 also open the links in parent window?

View 3 Replies

Web Forms :: Parent Window Refreshing When Opening A Child Window?

Oct 22, 2010

Im having the flowwing problem i have a gridview that i want to list many records when i click on a row iwant to be able to click on a button and go to the form of this record in order to update it. All the navigation works fine.I click on the button and then using javascript i window.open the page that has the form the problem is that when the new page loads the parent page (the page that has the gridview refreshes and because there are many records it is really annoying how can i use window open to pop up a child page without having the parent window to refresh.

Because im using all this in a dotnetnuke framework i have tried enabling and disabling partial rendering to the parent page page but always refreshes when i open the child window

View 2 Replies

Javascript - IE - Get Popup's Opening Window When Using Window.open (url)?

Sep 23, 2010

we are running a click-to-call service, my idea is basically like this: website have a link on their page, when the link is clicked, a web page(say it is popup.aspx) hosted on our server is popup, user can input their phone number, and click "call me" button to let the website call him. In the button click event, I want to get Request.UrlReferrer, then query the db to get website's phone. But in IE, Request.UrlReferrer is null(firefox is ok, not test chrome yet),my question is how to get opening window' url in IE? we put popup.aspx on our server because

our client website is not force to use asp.net. we have the control what we put on the popup window, and can modify the page just from our side, if we put the pop window on our partner's side, if we have 100 partner, and we change the page's design, we will notify everyone of them to change this, change that. we can implement a statics system to know how popup a day, which site is most popular,etc

View 1 Replies

Web Forms :: Opening A New Window In Code Behind?

Feb 12, 2010

How do i open a new window in the code behind?

View 4 Replies

Web Forms :: Opening New Window Popup Through Code Behind?

Apr 29, 2010

I have a asp.net linkButton on my page. on click of link button i hv written a code on linkbutton click event. after executing that code lastly i want to open new window. I had used a following code for that.

//Script to pass to the RegisterClientScriptBlock method

View 4 Replies

Web Forms :: Opening Response.write In A New Window?

Dec 22, 2010

i am posting some data from my application to an external website i.e for a credit card payment

so i am using a response.write object.how to display the reposnse.write in a new window

this is my code

Dim sb As New StringBuilder()
sb.AppendFormat("runat=server")
sb.Append("<html>")
sb.AppendFormat("<body onload='document.forms[""form""].submit()'>")
sb.AppendFormat("<form name='form' action='{0}' method='post'>", postbackUrl)

[Code]....

View 6 Replies

Web Forms :: Opening A New Window After Inserting A Record?

Dec 15, 2010

I need a way to opening a new window after inserting a new record. I'm using object data source for CRUD and my code looks something like this:


Private Sub odsFileNote_Inserted(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs) Handles odsFileNote.Inserted
If e.Exception Is Nothing Then
Page.ClientScript.RegisterStartupScript(GetType(Page), "newWindow", String.Format("<script>window.open('{0}');</script>", "www.google.com")).........

View 5 Replies

Forms Data Controls :: CommandField For Opening A New Window

Oct 19, 2010

I'm trying to write and application where some fields of a database table are viewed via "GridView". one of the columns of the gridview is a "Commandfield" which contains a "SelectButton". When the buttons is clicked a new window is supposed to open and show more fields of that entry via "DetailsView".

View 2 Replies

Web Forms :: Opening A File Stored In Database In New Window?

Mar 10, 2010

I want to open pdf file in new window, but my pdf file is stored in database as image datatype. How will i open this pdf file in new window on clicking of button?

View 3 Replies

Web Forms :: Opening The Aspx In New Window While Retaining PreviousPage.FindControl Method?

Jul 20, 2010

I want to open a aspx page in new window.

I am openning a web page using JavaScript open .

StringBuilder cstext3 = new StringBuilder();
cstext3.Append("<script type=text/javascript> function OpenPreviewPage() {");
cstext3.Append("open('Preview.aspx');");
cstext3.Append("} </script>");

And executing following at button click on .cs page

protected void btnPreview_Click(object sender, ImageClickEventArgs e)
{
/*This will call the OpenPreviewPage method of java script from .cs file */
string javaScript =
"<script language=JavaScript>
" +
"OpenPreviewPage();
" +
"</script>";
RegisterStartupScript("ShowPreviewPage", javaScript);
}

The problem is the PreviousPage tag in preview page is null.

repPFareDetail = PreviousPage.FindControl("repFareDetail") as Repeater;

Is there any other way to open the aspx in new window by retaining the PreviousPage.FindControl method.

View 5 Replies

Opening A Form In New Window

Sep 22, 2011

Trying to open up a form in a new window while passing some values. It is working, but it is client side (My ASP co-worker finally grabbed the reigns and implemented a bit of his ASP magic to open the form and transfer the values.) But it's so messy, and I hate the fact that I have been bested by old technology.

I was doing this client side before, using window.open and transfering the variables in the URL, but I was getting flack for doing that. So I looked at alternatives and found session variables, which you set server side. So now we want to open the form. I tried the following (individually): Response.Redirect("OtherForm.aspx") and Server.Transfer("OtherForm.aspx") Which replaced the original form in the open window instead of a new window.

I spent a lot of time searching for a solution but the answer keeps coming back to "Just inject some JavaScript to open your form." Is there no "normal" way to open a form in ASP.NET. In any case I guess the real question I would like to ask is what is the best way to open a child form from a parent form?

View 9 Replies

Opening Pdf File In Browser Window?

Feb 19, 2011

I'm retrieveing pdf file from SQL Server 2008 and i wish to display it in new browsers tab. I successfully retrieved and displayed pdf document when i had pdf viewer installed.

My problem is, that after i unistalled pdf viewer, i got this window, which would be ok if the file wasn't WebForm2.aspx but let's say MyDocument.PDF

Am i doing something wrong? How could i achive that the file would be FileName.pdf and not FileName.aspx (in case of no viewer).

vb code (i can provide c# on request)

[Code]....

View 14 Replies

Opening A New Browser Window With A New Session ID?

Apr 15, 2010

I need to open a second browser window or tab, but it must have a different session ID.

Opening the new browser window from an ASP.NET page is easy, but then it shares the same cookie and thus session ID with the original.

View 3 Replies

Opening A Force Download In A New Browser Window?

May 17, 2010

I have a button event when forces a download to the users browser, but I would like to know whether there is a way for the download open in a new sized browser window. Is there away to do this?

View 5 Replies

How To Print Webpage Without Opening A Popup Window

Apr 16, 2010

I want to print a web page using javascript. But I do not want to open the page as a popup windows. How can I print directally a web page like 'mypage.aspx' using javascript window.print method without opening it as a popup window?

Also the condition is 'I dont want to use any Activex for this'

View 5 Replies

AJAX :: Modal Pop Up Not Opening JavaScript Window

Feb 25, 2010

I have a modal pop up window (Ajaxcontroltoolkit one) and inside that I am trying to open a normal Java Script new window.

ScriptManager.RegisterClientScriptBlock(this.UpdatePanel1, this.UpdatePanel1.GetType(), "AnyScriptNameYouLike", "window.open('http://www.yourwebsite.com');", true);

But for some reason it does not open.

But it opens fine if I pu the same line of code in a button click event.

View 5 Replies

C# - Controls Opening New Windows Instead Of Postback In Same Window?

Oct 22, 2010

The fils containing these control work fine in another project and they work fine on visual studio so I guess it is safe to assume that the problem is not in the files or with the server but has something to do with the project? What could be causing this?

View 1 Replies

Print Div Content From User Control Without Opening A New Window?

Feb 2, 2010

I have a USER CONTROL with a <div> tag and a button. I want to print the content of the <div> when the button is clicked. Only the content of the div and nothing else no matter where the control is used. This without opening a new window.

View 3 Replies

C# - Opening Gridview In New Window - Passing Parameters Between Pages?

Jul 29, 2010

I have a number of drop downs that the client can select a range of criteria. From this, they will press a button, the query will be generated and low and behold, a gridview will be produced in a new window (or at least give that impression) bound by an object datasource. I would also like the user to be able to amend the search numerous times so they can generate a number of new windows/gridviews.

Now then..what would be the best approach for achieving this result?

My initial thinking was to create a querystring generated by the client criteria selections (in the drop down lists), a new page would then take the querystring and populate the gridview here. My concern with this approach is that the query string could be a whopper...are there any disadvantages to creating a ridiculously long query string?

Alternatively, are there any other methods or ideas people have used to produce a similar desired effect?

View 2 Replies

Iframe Opening A New Browser Window On Post-back In Dynamics CRM?

Aug 10, 2010

i trying to add some costume app into Dynamics CRM

basically i have an ASP.Net Page i show within an iframe inside the MS CRM.

when i try to do a submit using a button it opens a new window and shows the result there, i want it to stay in the iframe.

this is the ASP.Net code:

[code]....

View 1 Replies

Session Lost When Opening IE Window From Application Hosted In Outlook?

Apr 28, 2010

An ASP.NET application (actually with Silverlight but it doesn't matter) is hosted in Outlook as folder home page. In this application there's a link to open popup window, which opens a separate IE window, not in Outlook.

The problem is that in this case it seems that ASP.NET session is lost. A call to ASP.NET service has nothing in Session and Session._id is different. I suspect that Outlook has different cookies than IE.

How do I preserve session when opening IE popup from Outlook? Maybe pass session id via URL somehow, or configure this in web.config?

View 2 Replies

C# - Login Time Out When Calling Opening A New Window From Modal Popup?

Jun 15, 2010

I have a weird problem. I have a window, on a button click I open a modal popup (using ModelPopupExtender), that let's you select a few criteria and then click a submit button. On click of submit button, I open a new window (using window.open()) that shows the status of what happened to your submitted request. However, every time this status window is opened, it goes to the login page. I am thinking the modal popup can't pass the authentication cookie to the newly opened window, but I'm not sure.

View 1 Replies

Web Forms :: Close Popup Window And Open Page In Parent Window?

Mar 10, 2011

I have a login page that is loaded in popup window (colorbox) and after user logs in it should be closed and parent window should be loaded with new page.

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
Do While reader.Read()
If Trim(reader("ZAP").ToString()) = Trim(textBoxZap.Text) Then
Session("A") = "1"
Response.Redirect("~/default.aspx")
Else
lblErr.Text = "incorect"
End If
Loop

So once the buton is clicked and user name and password is corect popup window should be closed and user redirected to default aspx.

View 1 Replies

Web Forms :: Textbox String Cut When Buttonclick?

Jul 20, 2010

if i click a button and i have a string(2010/08/12,2010/08/13,2010/08/14,) in the textbox it divides to 2010/08/14 in the textbox wich i dont want here is my code

[Code]....

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved