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

[Solved] Directory Listing Error for Rad Popup window

2 Answers 118 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
rahul
Top achievements
Rank 1
rahul asked on 22 Apr 2009, 11:57 AM
Hi...
I am opening a Rad pop up window for selecting some data on the click user control, when I do this for first time after building the project it works correctly. But when I again click on control to open pop window, the window opens with Directory Listing Error
So Please give me solution as early as possible.
Thanks in advance 
 


2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 24 Apr 2009, 11:51 AM
Hi Rahul,

The RadWindow is simply a container (the control is based on an IFRAME) that displays a content page - it does not affect the content page in any way.
I am not sure what might be the reason for the problem in your scenario, but I suggest to replace RadWindow with a standard popup (window.open()) or a standard IFRAME and see if the problem persists.
If the problem exists with IFRAME / popup, you need to check your logic / server settings and see where the problem might be. If however, the problem does not appear without RadWindow, please open a support ticket and send us a sample project that we could run and check.



Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
rahul
Top achievements
Rank 1
answered on 14 May 2009, 07:12 AM
HI..
Thanks for Reply..
Actually  I had written the code of that rad pop up window in RadAjaxpanel Tag so it is giving that Directory Listing Error. I dont Know Why it is giving for second Run after working correctly first time. But now I removed that tag from the aspx code and my code is now working Fine.
Tags
Ajax
Asked by
rahul
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
rahul
Top achievements
Rank 1
Share this question
or