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.
User Profile
Collapse
-
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>
Hope that helps.Leave a comment:
-
prasadgvl replied to The type or namespace name 'EventArgs' could not be found (are you missing a using diin .NETMake sure you have "System" namespace imported as shown here.
C#:
Code:using System;
Code:Imports System
Leave a comment:
No activity results to display
Show More
Leave a comment: