<
telerik:TreeListTemplateColumn
>
<
ItemTemplate
>
<
asp:LinkButton
ID
=
"deleteButton"
runat
=
"server"
Text
=
"delete"
CommandArgument='<%# Eval("pdrID") %>' CommandName="Delete" />
</
ItemTemplate
>
<
ItemStyle
HorizontalAlign
=
"Right"
Width
=
"50px"
/>
</
telerik:TreeListTemplateColumn
>
windowObject.radopen(url, name)
...where "windowObject" determines which "frame" to open the window from (ie window, top, parent, etc.)
oManager2.open(url, name);
This works fine, except the issue I am running into is that i'm not sure how to open the window from the correct "frame" anymore using this windowmanager .open syntax. I need to specify the frame because sometimes I have windows that are opened from within other windows, and I need to be able to specify whether the window should open on top, or within the frame of the parent window.
Using telerik:RadAsyncUpload, when I am trying upload a document I get following expcetion in my IE window.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C)
Timestamp: Tue, 14 Dec 2010 17:54:57 UTC
Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
Line: 6
Char: 62099
Code: 0
The system where this application hosted in on Windows 2003 Server R2.
I have attached my web.config file for any one to help me. Can you please help me where the error is and how to fix this issue.
Your help is greatly appreciated.
Using the same RadAsyncUpload, when we try to upload a file it is asking the Authenticating the user by asking UID/PWD. However even after we enter the valid USerName/Password it is throwing above script exception.
Thanks
Ramana