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

navigae to url without post back server

2 Answers 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
Salman
Top achievements
Rank 1
Salman asked on 23 Oct 2012, 10:11 PM
Hi all member
I have a RadWindow which set url window to another page.I show window with javascript .I want show window without postback server .
I show window with  javascript but it post to server .
please help to me for solution.
thanks

2 Answers, 1 is accepted

Sort by
0
Salman
Top achievements
Rank 1
answered on 24 Oct 2012, 08:44 PM
please help !!!
0
Marin Bratanov
Telerik team
answered on 25 Oct 2012, 03:51 PM
Hi Salman,

You need to make sure you prevent the postback from the button you use, e.g.:
OnClientClick="openRw(); return false;"
If you are referring to the request for the page that you load in the RadWindow - this cannot be avoided, this is how getting a page from the server works.


All the best,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Window
Asked by
Salman
Top achievements
Rank 1
Answers by
Salman
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or