[CLOSED] Navigate to URL after Button Click

  1. #1

    [CLOSED] Navigate to URL after Button Click

    Hello,
    how can I navigate to another URL after clicking on Button. I expect something like NavigateUrl property on Button.

    Thanks

    Ladislav
    Last edited by Daniil; Jul 03, 2015 at 1:19 PM. Reason: [CLOSED]
  2. #2
    Hello,

    You can always do:

    <ext:Button runat="server" Text="Navigate" OnClientClick="document.location='URI';"/>

    Hope it helps.

Similar Threads

  1. Replies: 8
    Last Post: Jul 16, 2014, 12:37 PM
  2. Replies: 6
    Last Post: May 15, 2013, 10:07 AM
  3. [CLOSED] Button Navigate URL MVC
    By mcfromero in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 01, 2012, 9:47 AM
  4. [CLOSED] When button click, open the menu of button
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 22, 2012, 4:23 PM
  5. Replies: 4
    Last Post: Nov 19, 2010, 1:39 PM

Tags for this Thread

Posting Permissions