Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Message Box

    Hi, I have a button (server control) that performs an action (server side).

    I would like to show the user a message box with the result, and then
    redirect it to another page.

    How can I do this?


    Ricardo J. Guest

  2. Similar Questions and Discussions

    1. How To Supress Acrobat Error Message And Alert Message
      Is there any way to supress those pop up message? If can't, is there any way to catch it?
    2. Error Message When Sending Message In Windows Mail
      Am I the only one getting an error message when replying to a posted message using Windows Mail. Every time I send a message I get a popup error...
    3. ***This message may contains virus****Delete the message***Taste this correction pack for MS Internet Explorer
      "If you receive an e-mail that claims to contain software from Microsoft, do not run the attachment. The safest course of action is to delete the...
    4. ***This message may contains virus****Delete the message***Taste this correction pack for MS Internet Explorer
      "If you receive an e-mail that claims to contain software from Microsoft, do not run the attachment. The safest course of action is to delete the...
    5. E-Mail message saying I have 1 new message under my Logon ID in XP
      Overview of the Mail Notification Display on the Windows XP Welcome Screen: http://support.microsoft.com/?kbid=304148 --...
  3. #2

    Default message box

    Hello,
    When using a combobox, instead of scrolling through to
    find the account number I am searching for, I type in the
    account number. The problem I am running into is if there
    is no match the information on the rest of the form
    remains the same. What I need to have happen is; if there
    is no match have a message box appear stating "no match".
    Is this possible? Thanks for Looking!

    macamarr Guest

  4. #3

    Default Re: message box

    macamarr wrote:
    > Hello,
    > When using a combobox, instead of scrolling through to
    > find the account number I am searching for, I type in the
    > account number. The problem I am running into is if there
    > is no match the information on the rest of the form
    > remains the same. What I need to have happen is; if there
    > is no match have a message box appear stating "no match".
    > Is this possible? Thanks for Looking!
    >
    Set the combo box's Limit to List property to yes.
    Then use the NotInList event to give the message.
    --
    Fred
    Please reply only to this newsgroup.
    I do not reply to personal email.
    Fredg Guest

  5. #4

    Default Re: message box

    Thank You! Fred
    >-----Original Message-----
    >macamarr wrote:
    >
    >> Hello,
    >> When using a combobox, instead of scrolling through to
    >> find the account number I am searching for, I type in
    the
    >> account number. The problem I am running into is if
    there
    >> is no match the information on the rest of the form
    >> remains the same. What I need to have happen is; if
    there
    >> is no match have a message box appear stating "no
    match".
    >> Is this possible? Thanks for Looking!
    >>
    >
    >Set the combo box's Limit to List property to yes.
    >Then use the NotInList event to give the message.
    >--
    >Fred
    >Please reply only to this newsgroup.
    >I do not reply to personal email.
    >.
    >
    macamarr Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139