<%#(((RepeaterItem)Container).ItemIndex+1).ToString()%>
<%#Eval("projNote_Title") %>
<%#Eval("projNote_Note") %>
<%#Eval("projNote_FileAttached") %>
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
Replies
Know the answer? Post it — somebody with the same question will find it here.