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

How to redirect a page

2 Answers 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kiran
Top achievements
Rank 1
kiran asked on 21 Oct 2008, 06:09 AM
hi friends

can anyone help me in redirect to another page from the update command

Protected

Sub RadGrid1_UpdateCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles RadGrid1.UpdateCommand

response.redirect("newpage.aspx")
this is not working

end sub

thanks in advance

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Oct 2008, 10:57 AM
Hi,

If you have ajaxified your grid then you  can use the RadAjaxManager to rediredt for you.

RadAjaxManager1.Redirect("http://www.google.com/")

Also check out the link below:

http://www.telerik.com/help/aspnet-ajax/ajxredirectingtoanotherpage.html

Thanks,
Shinu
0
kiran
Top achievements
Rank 1
answered on 22 Oct 2008, 09:32 AM
Hi Shinu

Thanks a lot.....

thanks

Tags
Grid
Asked by
kiran
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
kiran
Top achievements
Rank 1
Share this question
or