• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by LBJuice

  1. L

    Create XML document from ArrayList

    I'm trying to create an XML document from a C# ArrayList that contains redundant data. IE: IT Employee Name IT Systems Employee Name IT Systems Employee Name IT Business Applications Emplyoee Name IT Business Applications Emplyoee Name Legal Emplyoee Name and I...
  2. L

    ASP.NET C# - javascript functions postback

    I have an ASP.net repeater that creates a table. I want an onclick event for each row that triggers a javascript function "MarkComplete(TaskID)" that can pass a variable "Task ID" to a C# code behind function that will run the query to mark the task as complete. eg: <td colspan="3"...
  3. L

    Coding Concepts ASP.NET/C#/SQL

    I'm writing an ASP.net web application in C# for my job which will be used to collaborate on employee termination and new hire tasks. Currently, I&#8217;m using SQL Express to hold the data. The tables are: Sessions: Holds the hired/terminated employee&#8217;s name (Will refer to as...
  4. L

    ASP.net C# and SQL headache

    I normally use PHP/MySQL but today I'm making an ASP.net web application for work and visual studio tries (at least to my understanding) to hard to make it easy by providing menus and GUI's that writes code for you. I searched Google for examples of ASP.NET using C# for making SQL driven web...
  5. L

    Java GUIs

    I really like the Visual Studio Framework. I'm building a java application and I want my gui to be in a class called "Form" and I want my main method to be in a class "Program" so I can write a simple line of coding saying like Run(Form); Form Class public class Form { private...
  6. L

    C# - I'm desprate at this point.

    Thanks man that's really helpful. I think XML files would be the best bet all around, I really want this to be a stand alone application, and when I say preset comments I mean maybe ball park range of... 500ish total, Couple questions, can XML be binded to a listbox or check list box and is...
  7. L

    C# - I'm desprate at this point.

    Background: I'm building an application that will be used to generate home inspection reports. The inspectors must answer typical questions about specific aspects of the house, and then they typically leave comments about certain characteristics such as: Porch Need Railings, Secure loose...
  8. L

    Visual Studio Variables

    Ok, I'll clarify as to not come off like a complete ass making 1500 check boxes. This application will be used for generating reports. Check boxes are really the best bet because on like 90% of the fields there could be instances where there could be 2 values, so its necessary. I looked around...
  9. L

    Visual Studio Variables

    I'm building an application in C# in Visual Studio 2005. I have a form that has around 1500 check boxes. is there a way to have variables generated based on the check box text? Because I don't feel like writing that all out by hand. Also is there a more efficient way to make a form application...
  10. L

    C# embedded files

    I have an embedded file I need to reference. The file is a .dot (word Template). The Program is a form where the user fills out a form and it generates a Doc file with the values inserted. I'm embedding the template because it needs a location to call the file from and since it will be...
  11. L

    Getting started with WMI

    i used WMI to make a very intelligent web based (ASP.net/C#) inventory system for a company i work for. Microsoft makes a WMI script generator which takes just about all the thinking out of it.. best of all it generates the script for u in vb, vb.net, and c#.. enjoy it...
  12. L

    great tool for wireless laptops

    Mobile Net Switch. I searched for an app. like this for a while now, and finally came across this figured I'd share it. I'm bad at describing things so http://www.mobilenetswitch.com/Download/
  13. L

    Low Power, inexpensive Servers

    No, I'm well aware a phone cannot run the same stuff a server can, but regardless, your suggestions were very helpful.. As for there not being a market for home servers.. Maybe 5 - 7 years ago, but I think in the next 10 years home servers will be pretty common.. I think mr. gates backs me up on...
  14. L

    Low Power, inexpensive Servers

    not quite.. I mean, I kinda want a nice package deal, not just a board.
Back
Top