User Profile

Collapse

Profile Sidebar

Collapse
prasadgvl
prasadgvl
Last Activity: Nov 17 '08, 11:10 AM
Joined: Nov 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • prasadgvl
    replied to Database connection
    in .NET
    That is a very vague question. Please try to be specific on what you are looking for.

    If your application is web-based, you'll end up SQL server denying any new connections after a while. This is because, for every instance of the application (user) two connections will be left open.
    See more | Go to post

    Leave a comment:


  • prasadgvl
    replied to .chm Files
    in .NET
    Have you tried the following?

    if you .chm is available at:
    http://yourserver/yourfile.chm

    then, you may be able to open it by:

    Code:
    <script>
    window.open('http://yourserver/yourfile.chm')
    </script>
    If you want this to happen on server-side, then you can have the above code spit-out by server code (RegisterClient Script).

    Hope that helps.
    See more | Go to post

    Leave a comment:


  • Make sure you have "System" namespace imported as shown here.

    C#:

    Code:
    using System;
    VB.Net:

    Code:
    Imports System
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...