Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. message boxes in web applications

message boxes in web applications

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-net
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    seemeenejaz
    wrote on last edited by
    #1

    i am making a web application in ASP.net using VB.net i want to pop up message boxes on the browser as soon as some operation has been performed on the data base. like if i have added a record, i want to pop up a message box saying so. the messagebox.show is only for console applications how do i use it for the web applications?

    D M A 3 Replies Last reply
    0
    • S seemeenejaz

      i am making a web application in ASP.net using VB.net i want to pop up message boxes on the browser as soon as some operation has been performed on the data base. like if i have added a record, i want to pop up a message box saying so. the messagebox.show is only for console applications how do i use it for the web applications?

      D Offline
      D Offline
      Dr_X
      wrote on last edited by
      #2

      Look at javascript's alert command. Michael I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious. Vince Lombardi (1913-1970)

      A 1 Reply Last reply
      0
      • D Dr_X

        Look at javascript's alert command. Michael I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious. Vince Lombardi (1913-1970)

        A Offline
        A Offline
        almogaver
        wrote on last edited by
        #3

        or redirect to a page telling about the action after the operation was done. Opening so much alert box could be tedious for the user. Pep Lainez

        1 Reply Last reply
        0
        • S seemeenejaz

          i am making a web application in ASP.net using VB.net i want to pop up message boxes on the browser as soon as some operation has been performed on the data base. like if i have added a record, i want to pop up a message box saying so. the messagebox.show is only for console applications how do i use it for the web applications?

          M Offline
          M Offline
          Mike Hodnick
          wrote on last edited by
          #4

          I'd recommend using an HTML table (or a Table web control) and putting a message and an OK button in the table to simulate a message box. That's a good way to provide user feedback in a web app. Actual pop up messagebox controls through javascript (e.g. Alert()) have their purpose but for simple feedback they can be a little annoying (at least to me). - Mike ------------------------- "No human being would stack books like that." - Dr. Venkman

          1 Reply Last reply
          0
          • S seemeenejaz

            i am making a web application in ASP.net using VB.net i want to pop up message boxes on the browser as soon as some operation has been performed on the data base. like if i have added a record, i want to pop up a message box saying so. the messagebox.show is only for console applications how do i use it for the web applications?

            A Offline
            A Offline
            astcws
            wrote on last edited by
            #5

            Hi,I find a link by google than can solve this problem. You can take a look...althought I still cannot understand very well. http://www.dotnet247.com/247reference/msgs/25/127821.aspx ;P

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups