Search results

  1. W

    how to make the 2nd dropdown value correspond the the selected value in the 1st

    attached is the code for the 2 dropdown list of which their values are retrieved from the database,how can i make the 2nd dropdown values correspond to what was selected in the first dropdown? For example,if the 1st dropdown list is CarMakes, and the second one is CarModels,when a CarMake is...
  2. W

    Use AJAX for 2 dropdown lists

    Please help, attached is the code for the 2 dropdown list of which their values are retrieved from the database,how can i make the 2nd dropdown values correspond to what was selected in the first dropdown? For example,if the 1st dropdown list is CarMakes, and the second one is CarModels,when a...
  3. W

    sending an asp.net mail

    Hi everyone. please help me, i am trying to send an email from a web form in asp.net this is what i have Dim objMM As New MailMessage objMM.To = "mail@mymail.com" objMM.From = "mail@mymail.com" objMM.Cc = "mail@mymail.com" objMM.Bcc = "mail@mymail.com"...
  4. W

    Popup message when window is cancelled

    -------------------------------------------------------------------------------- Hi everyone I have a data grid and 2 buttons on a page, when a user cancels the window, i want to displat a popup asking the whethere they are sure they want to cancel. i currently have <SCRIPT> function...
Top Bottom