Search results for query: *

  1. Bojan123

    Question Decrement value from SQL database bug

    The clearing method of the drop down list dropdownlist1.SelectedIndex = -1; upper in the code was the problem. However, thank you guys.
  2. Bojan123

    Question Decrement value from SQL database bug

    I just debbuged and the val is 1, you are right. Any ideas how to fix that? Btw I was trying some other methods and I forgot to delete that :D
  3. Bojan123

    Question Decrement value from SQL database bug

    I have 2 asp.net WebForms, WebForm1 contains a button that redirects into WebForm2 which contains a contact form that needs to be filled to proceed an order. I have a drop down list in it that is connected to the database, and depending on which product a button on the WebForm1 is clicked, the...
Back
Top Bottom