Questions tagged [navigateurl]

Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document.

The WebBrowser control maintains a history list of all the Web pages visited during a browsing session. When you call this overload, the WebBrowser control navigates to the specified URI and adds it to the end of the history list. Use the GoBack method to return the control to a previous page in the navigation history. Use the GoForward method to return to a later page in the navigation history after navigating backward.

128 questions
0
votes
0 answers

BoomMenu Bug while trying to navigate to other fragment in android studio

Is there a solution for a bug in BMB to navigate to other fragment in Android Studio? Because it took a very long time to go to other fragment my code are image:
0
votes
1 answer

Prevent navigateurl property from firing and instead go to the click event

I've a Panelbar with some PanelItems in it. The PanelItems have got a navigateUrl property. Whenever I right click, and select the "Open in New tab/Window", I want the page to be redirected to the navigateUrl link. But when i do a normal left click…
Noel
  • 1
  • 1
0
votes
0 answers

How to Jump from Master ASPX page to a specific section (div) on a Child aspx page

I have a master aspx page and it has menu controls and need to navigate it to child aspx page and jump/scroll to specific div section. I have used Response.redriect("http://url/landing.aspx/#divSection") but it does not exactly navigates. The…
Chow
  • 106
  • 7
0
votes
1 answer

if i use querystring on a page navigateurl redirecting in a samepage

I am trying to click on a link in products.aspx and redirect to another page categories.aspx. When i use {*id} in routing to handle querystring on products.aspx link is not working well. Sending same products.aspx page. My Routes: …
Hallowen
  • 133
  • 2
  • 14
0
votes
1 answer

.Navigate() in Gecko Web Browser control problem

I am using the Gecko Webbrowser control. What I do is to first click button1 to go to the first URL. This works fine! Then I click button2 to go the almost the same URL. The only difference is that the date is different, 2019-09-26. If I do that in…
Andreas
  • 1,121
  • 4
  • 17
  • 34
0
votes
1 answer

Which architecture for a an Angular side menu?

I'm trying to make a side menu for an Angular project. I retrieve data from firebase but I do not know if my architecture is correct. I have make a component with the selector app-serie-list:
  • Fred37b
    • 822
    • 2
    • 10
    • 29
  • 0
    votes
    1 answer

    Navigate to another page using Material SearchBar

    I am using a Material SearchBar in the header of my app, and trying to navigate to a page '/search' on localhost onRequestSearch. The code for the search bar itself is simple: console.log('onChange')} …
    0
    votes
    1 answer

    Add path to dynamically-created link

    I have a gridview on an aspx page that I fill from sql server (gridview source is a datatable). One of the fields on my grid is a file name. I want my user to be able to click a link and download the file. Here is my link:
    buckshot
    • 315
    • 4
    • 15
    0
    votes
    1 answer

    angucomplete undesirable click event fires

    Recently, I am implementing autocomplete on my search using angucomplete, now the desired output that I wish to achieve is that whenever I select one of the autocomplete suggestions by clicking the mouse, it would navigate to the desire url or let's…
    Eric John E.
    • 73
    • 1
    • 1
    • 7
    0
    votes
    0 answers

    Button click navigation with C#

    I want to make sure that when the button is clicked on the next page. I tried: using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace ffffffffffffgd { /// /// Description of…
    MISI
    • 1
    0
    votes
    1 answer

    How to open some pages by one HyperLink item?

    I have an array of some URL links. And I need to open all theese links by clicking one HyperLink, located in cell of Telerik GridHyperLinkColumn. Is there any method to do this? Now I have a code which sets first way to my HyperLink: HyperLink…
    0
    votes
    1 answer

    newCard.fireEvent is not a function for ExtJS 5.1.1

    I have a Viewport and it has two content: Menu and Main Content. During click event for Menu items, I get this error: Uncaught TypeError: newCard.fireEvent is not a function What am I missing for navigate function? Here are View and…
    Nuri Engin
    • 813
    • 10
    • 38
    0
    votes
    1 answer

    ASP Menu NavigateUrl empty

    I have a Menu control, which I fill with MainItems in code:-
    Ormond Stock
    • 37
    • 10
    0
    votes
    1 answer

    Avoid URL encoding with navigate in Angular 2

    How to avoid URL Encoding with navigate ? Currently, I am navigating url as below and It is encoding url like / as %2F. I want to avoid it so is there anyway to do it ? this.router.navigate(['/comp', { type: this.Type }]);
    Jeeten Parmar
    • 5,568
    • 15
    • 62
    • 111
    0
    votes
    1 answer

    How to detect backspace button event in jQuery?

    I want to learn how to detect if I was redirected to a page after backspace button clicked in a browser. Is it possible to catch this state in jQuery?
    mustafaalkan64
    • 207
    • 1
    • 3
    • 13
    1 2 3
    8 9