Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

asp.net core

  1. accol

    JavaScript Model validation error when using Fetch or Axios despite returning a status 200 in the backend?

    Thank you to anyone who reads and replies to this. I do not know what I'm doing wrong by this point. I've been trying to connect the React.js frontend to my ASP.NET Core backend. I've tried both Fetch and Axios and I've been getting the same error each time, however it doesn't make sense to me...
  2. accol

    JavaScript How to animate input placeholder text shaking in React using Framer Motion

    Thank you for reading. I'm trying to figure out how to make each letter of the placeholder username and password text either shake or animate in a wavy motion, however if you type in words the placeholder would disappear and stop animating as typical. I was using Framer Motion & React: Wavy...
  3. N

    C# web page using asp.net

    I have a table (named Products) in the database (named MyData) that have the following columns: My goal is to write a web page using ASP.NET Core that shows the table above and by selecting the desired product, assigning other parameters, such as length, width, information, ..., and can save...
  4. N

    C# Simple app

    Hello, I have the following problem: "Create an app that filter rooms and pick the ones that fit the required number of participants. As a result, the app should return the list of available slots for each of the rooms. Constraints: a slot start at every 15th ( 0, 15, 30, 45). Example: room...
Back
Top Bottom