Click here to Skip to main content
15,892,059 members

Comments by jekin77 (Top 45 by date)

jekin77 27-Jun-23 12:58pm View    
Try with INIs . Instead De-/Serialize XML just read a INI-File with you settings
For more see : https://blog.stephencleary.com/2009/05/ini-file-reader-in-c.html
jekin77 19-Jun-23 9:49am View    
there are enough libs on github that allow it
see: https://github.com/topics/webscraping?l=c%23
jekin77 13-Jun-23 12:24pm View    
see for DevExpress Spreedsheet
https://docs.devexpress.com/OfficeFileAPI/14912/spreadsheet-document-api
jekin77 13-Jun-23 11:55am View    
you can convert it to base64 string and embed into your HTML Code
see for more https://www.w3docs.com/snippets/html/how-to-display-base64-images-in-html.html
jekin77 5-Jun-23 8:57am View    
i guess that you missed the "Route value" param in ActionLink() call
see for help under
https://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/ajax-actionlink-and-html-actionlink-in-mvc/