or
| var DatePicker5 = $find("<%= RadDatePicker5.ClientID %>"); |
| DatePicker4.get_dateInput().focus(); But all such lines/codes are obsolete. I do not want to add any default date for select method(for focus purpose) |
<div class="upload-panel"><rad:RadAsyncUpload ID="fileAsyncUpload" runat="server" MultipleFileSelection="Disabled" Dropzone =".DropZone1" TemporaryFileExpiration="00:10:00" AllowedFileExtensions="pdf,ppt,pptx,doc,docx" HttpHandlerUrl="FileUpload.ashx" OnClientFileSelected="fileSelected" OnClientFileUploaded="fileUploaded" OnClientValidationFailed="fileValidationFailed" OnClientProgressUpdating="fileUploading" > <FileFilters> <rad:FileFilter Description="Document files (.PDF, .PPT, .PPTX, .DOC, .DOCX)" Extensions="pdf,ppt,pptx,doc,docx" /> </FileFilters> </rad:RadAsyncUpload> <div class="DropZone1" draggable="true"> <p>Custom Drop Zone</p> <p>Drop Files Here</p> </div> <div id="DropZone2"> <p>Custom Drop Zone</p> <p>Drop Files Here</p> </div> </div>
Dim dt As New DataTable()
dt.Columns.Add("Date")
Value = {Dte$, Item$, Type$, Recordid$}
dt.Rows.Add(Value)
All this works fine.
I now need to add a checkbox and image column. Can you direct me to a sample. I was not able to find any.
Thanks
Allen