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 Chriss Miller 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: *

  • Users: link9
  • Content: Threads
  • Order by date
  1. link9

    Faster .Compute()

    I have a class library that does calculations (usually AVERAGE) on (sometimes) large sets of data. The nature of the application is that it normally does several calculations (5-50 or more depending on user requests) on the same set of data, so the basic implementation is that I grab all the...
  2. link9

    Generic interface & implementation issue

    Hello all - I am having an issue trying to implement a generic interface. Essentially, I have several objects in my library that I need to be able to save their state. So, I created an interface to carry this out. The pertinent bits look like this: public interface IStateSaver { ...
  3. link9

    Multiple Interface Question

    Hello all - So I'm setting up some boilerplate code to be used internally for a common type of application. The applications will take a file and upload the data to a database. This factors out into two interfaces: public interface IDataUploader { void Upload(string p_Path...
  4. link9

    Databinding to a Textbox

    Hello everyone, I am using VS2005 and .NET 2.0, and I have a simple databinding question. I have a textbox on a winform w/ the id, txtSampleSize1. I also have a protected class variable of type, double, w/ the name: m_SampleSize1 I try to setup the binding between these two using the...
  5. link9

    IIS6 - 401.3

    This has been posted in the IIS6 forum for two days w/ no response. Anyone here care to take a WAG? thread41-1001508 Thanks. -paul ps. Actually, a SWAG would be preferred. ;-) The answer to getting answered -- faq855-2992
  6. link9

    IIS6 - HTTP 401.3

    Hello all, I am having a problem w/ IIS6 and setting up a second website on a windows 2003 machine. In my current setup, I have three Network Load Balanced machines in a cluster with a single website running on them. This website runs fine (great, even). It has anonymous access enabled and...
  7. link9

    DNS with no forwarder

    Hello all, This is more of a "Do you know why this works, and can you explain it" question than anything. I have a new windows 2003 machine that I'm using on my network that serves as (among other things) a DNS server. My initial problem was that DNS lookups were stalling out for about a...
  8. link9

    Autostart Virtual PC

    Hello all, I'm trying to figure out if there's a way that I can autostart a virtual machine using MS Virtual PC 2005. What I want is: Guest OS Boots --> VPC Service Starts --> Virtual Machine Starts No hands. No login. No nothing. There is something in the control panel called "Scripts"...
  9. link9

    Python Editor

    Hello all, Can someone suggest their favorite free python editor? I am wanting to get a nephew started programming with it, and have never used it before (but have heard good things). Any other free stuff that you could suggest that I should include with his starter pack? Thank you, Paul...
  10. link9

    Layout/Design Advice for optional sidebar

    Hello all, I'm working up a design, and I'm just abysmal at CSS/HTML layout, so I'm looking for some advice here on the best way to achieve a desired feature of this design. A content management engine that I have gives the user the option of including a sidebar on a page, which is just a...
  11. link9

    DTS Security

    Hello all, I posted a question regarding DTS security in the DTS forum yesterday, but have had no nibbles. Can anyone comment for me? thread961-910443 Thanks, Paul The answer to getting answered -- faq855-2992
  12. link9

    DTS Security

    Hello all, I have a question about DTS security. There is no shortage of information about securing access to a particular DTS package, but I'm unable to find anything about the security of the actual data transfer. For example, if we use DTS for replication between a site in Los Angeles &...
  13. link9

    Programming .NET Components

    thread855-898686 The answer to getting answered -- faq855-2992
  14. link9

    Programming .NET Components

    http://www.oreilly.com/catalog/pnetcomp/index.html This book is from Juval Lowy, and is an outstanding read for anyone looking to really leverage the power of .NET, interfaces, and Component Oriented Design principles. Component Oriented Design is the backbone of this Service Oriented...
  15. link9

    Firefox

    If you folks have not checked it out (and this coming from an IE only developer), Firefox really deserves a good long look. Among it's greatest features: (1) DOM Inspector -- helps you find that pesky table cell that's causing you problems (2) Javascript console -- client side debugger built...
  16. link9

    "CTRL-F" w/ JavaScript?

    Hello all -- Is there a way to bring up the find dialog box w/ javascript? The one that you get in IE when you press "CTRL-F"? For instance, document.print(); does the same thing is "CTRL-P", and so I'm hoping there's a "find" equivalent, as well. Thanks for any...
  17. link9

    ASP.NET on a file share (Unverifiable Assembly)

    Hello all -- I'm putting this out there as sort of a knowledge base article so that the next person won't have to pay Microsoft $250 to solve the problem. There are alot of questions out there on the net with no answers. After setting IIS (applies to both 5 & 6) to run at "A share...
  18. link9

    Trusting a File Share for Windows Forms project

    Hello all -- I am finding hit or miss information about this on Google, and I'm hoping I can just pinpoint what I need here. My problem is simple. I have a C# windows forms project that I would like for several people here in the office to be able to run off of the network (i.e. a file...
  19. link9

    String Conditional

    Hello all -- I have what I hope is an interesting question that I further hope someone here has conquered in the past. A little bit of background: We are attempting to architect a reusable menu system for web applications. We have tackled all obstacles but one: special business rules. Our...
  20. link9

    State Management

    Get a handle on your state management. Here's a great article that discusses nine different options and the advantages/disadvantages for each. http://msdn.microsoft.com/msdnmag/issues/03/04/ASPNETUserState/default.aspx enjoy! :-) paul The answer to getting answered -- faq855-2992

Part and Inventory Search

Back
Top