Search results for query: *

  • Users: jag250
  • Content: Threads
  • Order by date
  1. jag250

    Cancel button

    what code can I use behind a cancel button to close a panel? Below is the code I tried. pnlAddCourses.Visible = true; I have also tried this.Close();
  2. jag250

    Question for each loop with radio button list

    I am having trouble with the for each loop I need it to print into my label saying how many courses when I add courses to a radio button list. Any idea on how to fix this or make it execute? needs to be in a for each loop. Also if anyone has any notes on theses loops that would be great! Thank...
  3. jag250

    Resolved SQL Help using specific statements listed in forum

    USing theses Statements no Table SELECT SELECT FROM WHERE AND, OR, NOT, IN, LIKE GROUP BY HAVING (which also implies a join and a group by) MC/TF portion all multiple choice and True False 1. Show ship countries and a count of orders by Ship Country. Include orders placed in 1997 and...
  4. jag250

    Question radio button and checkboxes

    rbPlain.Checked = false; rbWheat.Checked = false; rbEverything.Checked = false; cbToasted.Checked = false; cbCreamCheese.Checked = false; Can anyone help me with resetting radio buttons and checkboxes? I need them to rest if I click the back button. Also I need help with making the statement...
  5. jag250

    Question radio buttons and check boxes

    can anyone help me with resetting radio buttons and checkboxes? I need them to rest if I click the back button. I tried it this way and I tried using an if statement. rbPlain.Checked = false; rbWheat.Checked = false; rbEverything.Checked = false...
  6. jag250

    Answered Radio buttons and check boxes with math

    http://miscapstone.uncw.edu/316f20matthewsk/MIS316/MP1Bmatthewsk.aspx This is the project I have to build I have created the online of the page and 3/4 panels are functioning and my textboxes are good to go. I need help trying to get the math portion done and the radio and checkbox buttons. if...
Back
Top Bottom