Comments for Tech Insights https://reactconf.org/ Unveiling Tomorrow's Tech Today, Where Innovation Meets Insight Sat, 06 Jan 2024 06:00:54 +0000 hourly 1 https://wordpress.org/?v=6.6.2 Comment on .NET 8: ASP.Net Core Web API CRUD Operations by Hairstyles VIP https://reactconf.org/net-8-asp-net-core-web-api-crud-operations/#comment-12 Sat, 06 Jan 2024 06:00:54 +0000 https://reactconf.org/?p=245#comment-12 I really got into this article. I found it to be interesting and loaded with unique points of interest. I like to read material that makes me think. Thank you for writing this great content.

]]>
Comment on Create a Login Form in React TypeScript by PAKREYFHwMv https://reactconf.org/create-a-login-form-in-react-typescript/#comment-7 Mon, 01 Jan 2024 11:46:25 +0000 http://reactconf.org/?p=171#comment-7 LTEnYoWJqdZ

]]>
Comment on How to Create Multi Select dropdownlist with checkbox in Asp.Net Core MVC C# by Sutharson https://reactconf.org/how-to-create-multi-select-dropdownlist-with-checkbox-in-asp-net-core-mvc-c/#comment-1632 Sun, 01 Oct 2023 05:21:10 +0000 https://labpys.com/?p=868#comment-1632 Can you share me the Code please

]]>
Comment on How to Export HTML Table to Excel File in Asp.net Core MVC by toan https://reactconf.org/how-to-export-html-table-to-excel-file-in-asp-net-core-mvc/#comment-1633 Wed, 26 Jul 2023 06:49:23 +0000 https://labpys.com/?p=892#comment-1633 Thanks Sir

]]>
Comment on Import Data from Excel into Database using Django by Abhijith https://reactconf.org/import-data-from-excel-into-database-using-django/#comment-1593 Mon, 24 Jul 2023 08:32:30 +0000 http://labpys.com/?p=269#comment-1593 after few debugging , it’s working , thank you for this blog

]]>
Comment on Import Data from Excel into Database using Django by Abdul https://reactconf.org/import-data-from-excel-into-database-using-django/#comment-1591 Fri, 16 Jun 2023 21:47:44 +0000 http://labpys.com/?p=269#comment-1591 In reply to labpys.com.

It is still not working. Can you be specific as to where and how to update this on settings.py. Best regards

]]>
Comment on Import Data from Excel into Database using Django by labpys.com https://reactconf.org/import-data-from-excel-into-database-using-django/#comment-1590 Thu, 01 Jun 2023 15:51:10 +0000 http://labpys.com/?p=269#comment-1590 In reply to Abdul.

STATIC_ROOT = os.path.join(BASE_DIR, “assets”)
Simply update this code in settings.py file

Thank you

]]>
Comment on Import Data from Excel into Database using Django by Abdul https://reactconf.org/import-data-from-excel-into-database-using-django/#comment-1589 Thu, 01 Jun 2023 14:14:16 +0000 http://labpys.com/?p=269#comment-1589 Hi Team,
This code did not work for me. On which file do I update this lines of code:

1 import os
2 STATIC_ROOT =  os.path.join(BASE_DIR, "assets")

]]>
Comment on How to create CRUD Operation in Asp.net Core MVC C# by Test https://reactconf.org/how-to-create-crud-operation-in-asp-net-core-mvc-c/#comment-1618 Thu, 01 Jun 2023 02:44:29 +0000 https://labpys.com/?p=501#comment-1618 Nice

]]>
Comment on How to create Dynamic menu from Database using Django Python by Martin L. https://reactconf.org/how-to-create-dynamic-menu-from-database-using-django-python/#comment-1596 Tue, 23 May 2023 14:37:51 +0000 http://labpys.com/?p=332#comment-1596 Excellent tutorial. Got the code working quickly.
Two small notes:
1) ifequal is deprecated in recent django versions, just use if a == b.
2) djangorestframework must of course be added to the Django applications.

]]>