">
 
  <%#(((RepeaterItem)Container).ItemIndex+1).ToString()%>
 
 
  <%#Eval("projNote_Title") %>
 
 
  <%#Eval("projNote_Note") %>
 
 
  <%#Eval("projNote_FileAttached") %>
 
 
    runat="server" ImageUrl="~/resources/Images/edit.png" />
    CommandArgument='<%#Eval("projNote_Id") %>' runat="server" ImageUrl="~/resources/Images/viewDetails_Icon.png" />
 
 
 

 


I want if projnote_fileattached != null or space then it should display delete Button/Icon in front of file . If it is null or space then fileupload button option should be available . If user deletes file thean also user have an option to upload file

Thanx