or
<
script
type
=
"text/javascript"
>
if (Telerik.Web.UI.RadAsyncUpload != null && Telerik.Web.UI.RadAsyncUpload.Modules != null) {
Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function() { return false; };
Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; };
}
</
script
>
<telerik:GridAttachmentColumn AttachmentDataField=
"Data"
FileName=
"Name"
FileNameTextField=
"Name"
HeaderText=
"View Attachment"
UniqueName=
"Data"
DataTextField=
"Name"
AttachmentKeyFields=
"FormSequenceNr"
EditFormHeaderTextFormat=
""
>
</telerik:GridAttachmentColumn>
<telerik:GridTemplateColumn HeaderText=
"File"
DataField=
"Name"
FilterControlAltText=
"Filter TemplateColumn column"
UniqueName=
"Name"
>
<ItemTemplate>
<asp:Label runat=
"server"
ID=
"lblName"
Text=
'<%# Eval("Name") %>'
/>
</ItemTemplate>
<EditItemTemplate>
<telerik:RadAsyncUpload runat=
"server"
ID=
"AsyncUpload1"
OnClientFileUploaded=
"OnClientFileUploaded"
OnValidatingFile=
"RadAsyncUpload1_ValidatingFile"
>
</telerik:RadAsyncUpload>
</EditItemTemplate>
</telerik:GridTemplateColumn>
<
table
style
=
"width: 100%;"
>
<
tr
>
<
td
align
=
"left"
valign
=
"top"
>
<
telerik:RadTreeView
ID
=
"RadTreeView1"
runat
=
"server"
OnNodeExpand
=
"RadTreeView1_NodeExpand"
ForeColor
=
"Black"
Font-Names
=
"Microsoft Sans Serif"
onnodeclick
=
"RadTreeView1_NodeClick"
Height
=
"600px"
Width
=
"400px"
Font-Size
=
"Medium"
>
</
telerik:RadTreeView
>
</
td
>
<
td
>
</
td
>
<
td
align
=
"right"
valign
=
"top"
width
=
"100%"
>
<
iframe
runat
=
"server"
id
=
"myPDF"
height
=
"600"
width
=
"100%"
visible
=
"false"
></
iframe
>
</
td
>
</
tr
>
<
tr
>
<
td
colspan
=
"2"
class
=
"style1"
height
=
"100px"
>
<
asp:Label
ID
=
"Label1"
runat
=
"server"
Text
=
""
ForeColor
=
"#0D141A"
></
asp:Label
>
</
td
>
</
tr
>
<
tr
>
<
td
align
=
"center"
colspan
=
"3"
valign
=
"bottom"
>
<
asp:Image
ID
=
"FALogo"
runat
=
"server"
ImageUrl
=
"~/Images/FA_Logo_600x289.png"
/>
<
asp:Image
ID
=
"imgContactUs"
runat
=
"server"
ImageUrl
=
"~/Images/ContactUs.png"
visible
=
"false"
/>
</
td
>
</
tr
>
</
table
>