Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. 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. L

    C# What is the simplest method to update a variable on the index page from a component?

    Hi What is the simplest method to update a variable on the index page from a component in the Blazor server? For instance, if you have an upload component and want it to change a boolean value on the index page. Should I use state, props? regards,
  2. 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...
  3. 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...
  4. 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...
  5. 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