Results 1 to 2 of 2

Thread: Popup ASPNET VBNET

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2017
    Posts
    1

    Cool Popup ASPNET VBNET

    Hi everyone,
    i have found a simple code for deal popup :

    Page.ClientScript.RegisterStartupScript(Me.GetType(), "Scripts", "<script>alert('Pop up Alert.') </script>")


    But how to deal a compless pop up ?
    Learn ajax or javascript ?
    For example, can i deal login / add record in db or other with a pop up ? How ?



    Thanks

  2. #2
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,020

    Re: Popup ASPNET VBNET

    But how to deal a compless pop up ?
    Learn ajax or javascript ?
    For example, can i deal login / add record in db or other with a pop up ? How ?
    You might wanna explore on jQuery UI or Bootstrap Modals for that.

    - kgc
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

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