CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    114

    No msgbox in Webforms

    There is no control or function like the msgbox function in vb6 in asp.net. How to invoke msgbox in webforms? Does anyody know any link to download msgbox controls for webforms?

  2. #2
    Join Date
    Feb 2002
    Location
    Mumbai, India
    Posts
    242

    Re: No msgbox in Webforms

    shuvo,

    You can use alerts if u need to display any messages.
    Hope this helps. If it does, then rate it.
    ----
    Rohit

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured