This is a migrated thread and some comments may be shown as answers.

RADButton NavigateUrl Not Working

3 Answers 632 Views
Button
This is a migrated thread and some comments may be shown as answers.
James Wink
Top achievements
Rank 1
James Wink asked on 31 Mar 2011, 05:35 PM
<telerik:RadButton runat="server" Text="Letter Manager"  
     Image-EnableImageButton="True" Image-ImageUrl="~/images/btnLetterManger.png"
     Height="62" Width="207" ID="btnLetterManager" Image-HoveredImageUrl="~/images/btnLetterManger_hover.png" Image-IsBackgroundImage="False" ToolTip="Letter Manager" NavigateUrl="~/LetterManager.aspx" UseSubmitBehavior="True">
 </telerik:RadButton>

When the button is clicked it never navigates the user to LetterManager.aspx

What am I missing?

Thanks

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Apr 2011, 05:59 AM
Hello James,

There are three buttons are available for the RadButton, StandardButton (default), LinkButton and ToggleButton. The purpose of LinkButton type is to provide a "LinkButton" look of the control, and enable the user to specify URL to navigate to without requiring a page post back to the server.
Also take a look at the following documentation for more on the button types.
ButtonTypes property

Thanks,
Shinu.
0
John Snyder
Top achievements
Rank 1
answered on 26 Jul 2011, 06:44 PM
I know this is an older post but I wanted to post the link to an article that easily solves this with some Javascript - http://www.telerik.com/community/forums/aspnet-ajax/button/navigateurl.aspx#1681853

0
Tom
Top achievements
Rank 1
answered on 18 Jul 2014, 03:41 PM
John Snyder +1. Thanks much for adding this link!
Tags
Button
Asked by
James Wink
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
John Snyder
Top achievements
Rank 1
Tom
Top achievements
Rank 1
Share this question
or