Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. captainPlus

    Optimum FTP upload block size.

    Hello all, I've a code, uploading to FTP via FtpWebRequest. I read from a BinaryStream and write it to FTP stream. What I ask is what is the optimum size of read/write blocks to FTP? I know this may differ depending on client speed/server speed/network status etc. But in your experience, which...
  2. captainPlus

    Page Count Problem

    Hello, I'm new to SSRS and rdl. I've an rdl file. Everything is well with it while displaying/printing either thru Reporting Services or .NET's ReportViewer control. But when I export to pdf I get more pages then needed. For example I see a report with 1 page in Reporting Services, print...
  3. captainPlus

    BackgroundWorker component problem

    Hi, I'm using BackgroundWorker component for a time-consuming operation. Everything works fine, and the job is done correctly. But my problem is, BackgroundWorker component's RunWorkerCompleted event is fired several times. When I use BackgroundWorker component for the first time, it only...
  4. captainPlus

    Difference between Baseline and project version

    Hi everyone, I want to learn what is the exact difference between "project baselines" and "project versions"? I'm using Project for a very long time but not in enterprise mode. We've just upgraded to enterprise features. I used to save baselines to compare project's actual status to planned...
  5. captainPlus

    Get logged user while anonymous access set to on

    Hello, I'm trying to get the currently logged on user in an ASP.NET application. But I need both "anonymous access" and "nt authorization". When anonymous access set to on, none of methods to get user identity works. They either return IUSR_XX or ASPNET. I need both authentication method to...
  6. captainPlus

    Project Admins and Resource status

    Hello, I've two questions about project management... We're using project server and project pro 2003... 1. When I assign two resources to a task, and one resource increase it's work status %100, the task's status changes to %50. This is ok. But what I want is to see the statuses of resources'...
  7. captainPlus

    Project Server connection problem

    Hi, I've made a fresh Project Server 2003 install for my company. Performed everything step by step during installation. My Project Server 2003 server and SQL Server server are not the same. But (nearly) everything seems to be working fine after install. Users on Project Server are...
  8. captainPlus

    LDAP Server How To

    Hello everyone, Is there a free C# library to write an LDAP server? I've a contact list stored in SQLServer. I need to code a platform in C# for users to query this db using ldap. In short words, how can I code an "ldap server" (I'm not sure if it's correct to say ldap server for this)? Do you...
  9. captainPlus

    Delete Directory Session Problem

    Hello everyone, In one of my projects (C# 2005), users create/delete files/folders through management screens. No problem with creation. But when I delete a folder (either manually or programmatically), session restarts... The parent folder that holds the folders created/deleted is a sibling of...
  10. captainPlus

    Toshiba A100-599 Multimedia Buttons

    Hi, I'm using a Toshiba A100-599, Intel Core2Duo T7200 @2GHz notebook. What I want is to use my computer's multimedia buttons (play/pause, stop, back/forward) with Winamp. I couldn't find a panel to configure this. When I press any of the multimedia buttons, it automatically launces Windows...

Part and Inventory Search

Back
Top