Hey All i am building an image gallery and i have used a datalist for repeating all the itmes in the gallery, when i want to update an image i have stuck a html:file input within the edit region of the datalist
How can i access the fileInput in the code behind
When the fileInput control is in the datalist how do i access it ?VB Code:
If Len(Me.FileUpload.Value) <> 0 Then objFile.Upload(Me.FileUpload.PostedFile) objFile.Resize() strFileName = objFile.NewFileName Else strFileName = "NA.gif" End If
thanks in advance
Carl




Reply With Quote