| .RadFileExplorer .vbs { |
| background-position:left -999px !important; |
| } |
| .RadFileExplorer .css { |
| background-position:left -200px !important; |
| } |
| .RadFileExplorer .txt { |
| background-position:left -232px !important; |
| } |
| .RadFileExplorer .asp { |
| background-position:left -264px !important; |
| } |

Folks,
Environment: VS 2008 SP1, RadControls for ASP.NET AJAX Q3 2009, WIN XP SP3, IE7, SQL SERVER 2005.
Based on below post, showimagecs.aspx will be in the same folder as RadUpload in an Ajaxified Grid. But I do not see it there. Only files I see under the folder RadUploadInAjaxifiedGrid are:
a) Default.html b) DefaultCS.aspx c) DefaultCS.aspx.cs d) DefaultVB.aspx e) DefaultVB.aspx.vb .
Am I missing some thing?
http://www.telerik.com/community/forums/aspnet-ajax/upload/using-radupload-in-an-ajaxified-grid-showimagecs-aspx.aspx
Is it possible to upload: a) .doc b) .xls c) .pdf d) .Jpg files from Radupload into SQL 2005 Table and allow users to preview the uploaded files (using double click) from Rad Grid?
In my sql Table, I have a table name call AttachmentFiles with 3 columns:
a) Id Int unique Primary Key
b) File Description Nvarchar (255)
c) Data (Uploaded file Data).
Any example or a prototype project will be highly appreciated.
Thanks
GC_0620

