papyr
papyr
Hi, I am using this lib to let users enter time into their weekly timelog/time card, so they can be paid. Often its _not_ start & stop time, but just...
Hi, I am following you[ instructions on an ASP MVC 5 (4.6.2) site and trying to understand this comment from Stack Overflow](http://stackoverflow.com/questions/36321447/mvcsitemapprovider-not-picking-up-roles-for-menu). "_Again, the `roles` attribute is only for interoperability...
Hi, can CsvReader bulkcopy CSV files if the previous headers are not known. 1. i.e. can it use the file name for table name 2. can it use the CSV...
Hi your control seems very creative, I am trying to show weekly course schedules for students. 1. I need some guidance on, **which format is the best to present the...
Hi @ericyd very nice add-on 👍 I followed the steps and gave permissions, after sharing the folders but I get an error, do you have any updates or idea on...
Hello I find this project very interesting I've been trying to follow it. May I kindly request a sample of web UI asp mvc views bs5, user admin, especially around...
Supporting BS5 should be easy using this `sed-upgrade.sh` ``` set -x set -e # e.g. folder to process e.g. "frontend/" migration_folder=$1 find_regex=".*/*.tsx?" # mach all .ts and .tsx files #...
Hello since ASP core, can easily embed the sql Designer as and Html web page with Jquery native can we migrate this to ASP core. thanks
Hello, I was reading your sample, but it does not show how to read without a POCO ``` //Get the headers from a CSV file public List FHReader(TextReader textReader) {...
Hi in many cases, i dont know what the headers and type will be. - [ ] For e.g. cost could be in second col, or 4th col. or price...