I've an web app which uses dynamic db connection (connection fields will be filled by user on app installation) Which way is better to store data, JSON or Sqlite ? I'm using A...
How to fix this ? The value '22/10/2020' is not valid for Birthday. public DateTime Birthday { get; set; } <input id="Birthday" name="Birthday" type="text" c...
I've a table which contains IPs in rows I'm wanting to sort them by country What's the best reason ? I can't save countries in that table
I've a Ryzen based PC running windows 11 and wanting to use xamarin, but android emulator device is showing black screen when started Can someone help me find out the problem ...
Hi Can someone help me to convert this c# to js ? string ul = "https://example.com/pinterest"; ul = ul.Replace("https://",""); ul = ul.Replace("http:/...
I have a tag helper which this is output I want to prettify the html output in view source (new lines and tabs), how to fix it ?
let etLastTD = $('#eventTable tr td:last-child'); etLastTD.on('click', () => { $.notify({ message: $(etLastTD).html().replaceAll(" ", "<br ...
Hi I've a Ryzen based PC running windows 11 and wanting to use xamarin, but android emulator device is showing black screen when started Can someone help me find out the probl...
why this gives null let panel = document.querySelector('div[data-test-id="580"]'); but when I put document.querySelector('div[data-test-id="giftWrap"]') in console I get my t...
Hi I have a field named level for my users and have a department table that has some users department has a field named access which is different for any level eg: dep1 { leve...
Is there any library to get country of IP address ? I don't want to use online web services
How do I make this span full width ?
How to use id in ASP ? js: var id = button.data('id'); @{ User editingUser = Model.Where(x => x.ID = id).FirstOrDefault(); ...
I'm wanting to set database connection details by user in first app run wanna make an installer page like CMS for my mvc core app Any ideas ?
I'm wanting to add login elements inside this https://codepen.io/ericfennis/pen/aGdvjG Is it possible ? And how's the idea
Hi I'm wanting to create a table from raw sql in EF Core without making model How do I do this ?
I've a table which any row has an edit button that opens a bs modal using jquery code How do I pass rows data to modal ?
can someone help me in a JS problem ? asked in js gp but didn't got answer
Anyone using powerdns ? I'm looking for an API example but can't find it.