Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 33396670

    Javasript Confirm() when a condition exist in the server

    Thanks for your help. I Got something to work following your advice about using a HiddtenField and setting its value somewhere in my codebehind page before I delete the Delete button. This work fine In the following case: I have a combobox and I want to warm the user when he pressed Delete...
  2. 33396670

    Javasript Confirm() when a condition exist in the server

    Hi jbenson, Thanks for the response. I have been trying to do it but it doesnt work for me yet though. I guess my problem is that I dont know how to call the java script function at the moment I want. Would that be associating the function to one of the attributes of the Hidden Field? Can you...
  3. 33396670

    Javasript Confirm() when a condition exist in the server

    Thanks for your prompt help, but this is the thing: I cannot check for the condition when I am loading the page because this condition is going to be based in what the user selected from a combo box I have. So, I need to check for the condition after I pressed the delete button. Any other...
  4. 33396670

    Javasript Confirm() when a condition exist in the server

    Hi, I am having a problem trying to pop up a confirm message box in the client side when a condition is met in the server. I have a delete button that when pressed, could warm the user of something if that condition evaluates true in the server side. I can get the confirm message box to appear...
  5. 33396670

    Using Expressions in an SQL Statement in VBA

    Hi, I am trying to populate a Recordset object with data coming from an SQL statement that has expressions on it. To create the expressions I use IIF statements as the result of the expressions are going to be part of my output and either True or False, based on some conditions. The problem is...

Part and Inventory Search

Back
Top