User Profile

Collapse

Profile Sidebar

Collapse
blackshadow29
blackshadow29
Last Activity: Dec 2 '09, 09:55 AM
Joined: Apr 7 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blackshadow29
    replied to opening a pop-up window
    in .NET
    soultion for Pop-Up screen

    use this code to get a pop up screen after add a webpage to your project.


    Dim sCode As String = "window.open('y ourPageName.asp x', '_blank');"
    Page.ClientScri pt.RegisterStar tupScript(Me.[GetType](), "CallAshx", sCode, True)
    See more | Go to post

    Leave a comment:


  • this is an easy way....

    this is an easy code to connect to a SQL database to insert data....

    Code:
    import system.data.odbc
    import system.configuration  //must be added by add refference
    import system.net
    import system.text
    
    
    dim con as new OdbcConnection
    dim cmd as new OdbcCommand
    dim da as new OdbcDataAdapter
    
    con.connectionstring = getconnection()  //getconnection
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 7 '09, 08:20 PM. Reason: Added code tags. Please post code in [code] [/code] tags.

    Leave a comment:

No activity results to display
Show More
Working...