Search results for query: *

  • Users: LegitMeme
  • Content: Threads
  • Order by date
  1. L

    Question How to change a rows object (Gridview)

    I currently have a gridview in my web form (restaurant) and im trying to make it so you can complete an order. I have a gridview with a row of Buttons and I'm trying to get the row from where the button is pressed and then change the (row's) order to completed. Does anyone understand how to do...
  2. L

    Resolved Validation failed for one or more entities

    I am trying to create a website where you can order pizza's. I'm currently following a course from Bob Tabor and I've encountered 2 problems (2nd one solved): problem 1 *Solved? (See Edit 2)*: When I try to save the Orders (that the customer made) to my database it gives me this exception...
  3. L

    Resolved Index was outside the bounds of the array?

    (Reposting this: My last thread was randomly removed?) I'm currently making a web application, and I'm trying to make an array of Images, but it isn't working? It says the array is out of bounds even tho the numbers are definitely correct? Are there any ways I can fix this? Thanks! Code: using...
  4. L

    Problem with idle game (Running mutiple lines of code at the same time)

    I'm trying to make an idle game, but I don't know how to run 2 scripts at the same time. Scripts: 1. (Main Program): using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using ClassLibrary; using System.Threading.Tasks; using...
  5. L

    Question How do I read what user writes in the console (before hitting enter)?

    I am trying to make the color of text change when the user inputs a certain word in the console (before they hit enter) so it'll come out a certain color, I searched on google and saw no one has an answer. Is there any way to do this? if ('input text before enter' == "Exit") {...
  6. L

    System.NullReferenceException: 'Object reference not set to an instance of an object.'

    Sorry if I'm stupid, I'm just a beginner. I'm trying to make a simple program and it's not really working? If I run the application, but it only says and stops: System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object...
Back
Top Bottom