Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
12004
Display image in cell and update using FileUpload
posted

How do I display and update an image for each row in the grid?

Parents
No Data
Reply
  • 12004
    posted
    A column can be added as a TemplateDataField. In the TemplateDataField can add an ImageButton. For updating you can handle the row selection changed event. From the event can display a modal dialog in which a file can be uploaded.
    WebDataGrid_CS.zip
Children