Search results for query: *

  1. J

    setting start form

    How do you set a different form to the default form that loads when you run your program? thanks
  2. J

    Updating a web service

    I am trying to update customer information in a web service. What I want is to be able to change the customer info in the textboxes and then be able to click on a button that saves that information. Thanks Jonathan
  3. J

    Setting a label = to something kind of as a messagebox

    Im creating a web application with vb.net in asp and i am trying to have a label appear when the first part of the if statement is false. Here is what i have and it doesnt work. If listbox1.selectedindex = -1 Then Label.text = "Please select a name in the listbox" Label.text.visible = True Else
Back
Top