We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[4700] A Simple ASP.NET MessageBox Class

Last post 06-13-2008 10:35 AM by rivish84. 22 replies.
Page 2 of 2 (23 items) < Previous 1 2
Sort Posts: Previous Next
  • 11-10-2006 9:52 AM In reply to

    • kaka135
    • Not Ranked
    • Joined on 08-09-2006
    • New Member
    • Points 10

    Re: [4700] A Simple ASP.NET MessageBox Class

    Thanks a lot for your sharing!Smiley Face [:)]
    I need this messagebox so badly...... :p
    Do you know if we can set the messagebox title?
    instead of "Microsoft Internet Explorer" now.






    • Post Points: 5
  • 11-21-2006 12:07 PM In reply to

    Re: [4700] A Simple ASP.NET MessageBox Class

    Add lines in Web.config 

     

    <httpModules>
         <add name="WebResourceCompression" type="Microsoft.Web.Handlers.WebResourceCompressionModule, Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
          <add name="ScriptModule" type="Microsoft.Web.UI.ScriptModule, Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
     
      </httpModules>



    • Post Points: 10
  • 08-28-2007 12:05 PM In reply to

    • philju
    • Not Ranked
    • Joined on 08-28-2007
    • United Kingdom
    • New Member
    • Points 10

    Re: [4700] A Simple ASP.NET MessageBox Class

    Hi all,

    I am having trouble getting this MessageBox class to work as expected. Whenever MessageBox.Show() is executed I get the following error message:



    Below is a listing of the BIN folder within my ASP web application:



    I'd really appreciate some help on this as I'm very eager to get client-side messaging working.

    Also in reference to earlier posts, I too would like to alter the message dialog title and logo... is this possible with a similar program architecture?

    Cheers,
    Phil
















    • Post Points: 10
  • 02-01-2008 5:55 PM In reply to

    • gwood34
    • Not Ranked
    • Joined on 02-01-2008
    • Canada
    • New Member
    • Points 10

    Re: [4700] A Simple ASP.NET MessageBox Class

    I am getting the following error when utilizing this class:

     

    The type or namespace name 'StringBuilder' could not be found (are you missing a using directive or an assembly reference?) 

    • Post Points: 10
  • 02-02-2008 10:22 AM In reply to

    • kaka135
    • Not Ranked
    • Joined on 08-09-2006
    • New Member
    • Points 10

    Re: [4700] A Simple ASP.NET MessageBox Class

    You should include System.Text.StringBuilder.
     

    • Post Points: 5
  • 06-13-2008 10:31 AM In reply to

    • rivish84
    • Not Ranked
    • Joined on 06-13-2008
    • India
    • New Member
    • Points 15

    Re: [4700] A Simple ASP.NET MessageBox Class

     

    • Post Points: 5
  • 06-13-2008 10:32 AM In reply to

    • rivish84
    • Not Ranked
    • Joined on 06-13-2008
    • India
    • New Member
    • Points 15

    Re: [4700] A Simple ASP.NET MessageBox Class

    i have pbm in displaying message in message box using asp.net with c#

    • Post Points: 5
  • 06-13-2008 10:35 AM In reply to

    • rivish84
    • Not Ranked
    • Joined on 06-13-2008
    • India
    • New Member
    • Points 15

    Re: [4700] A Simple ASP.NET MessageBox Class

    dispay message using messagebox

    • Post Points: 5
Page 2 of 2 (23 items) < Previous 1 2