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 Wanet Telecoms Ltd 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. urtlking2jo

    Class Property Question

    Thanks Alex and Christiaan, with your input I just got it working correctly - and I think I understand it. Christiaan, the recursiveness of my original code now makes sense to me. I'll be sure to use private members to store temporary data. Thanks again to both! Josh
  2. urtlking2jo

    Class Property Question

    Alex, Thank you for your help. Maybe I am thinking about this backward - I am new to C#. Here's what my "Installation" object has: A string "Name" - ie "Hood" A string "Type" - ie "Fort" A bool "InstallationTypeFirst" - ie "True" I would like to create a property (Installation.FullName)...
  3. urtlking2jo

    Class Property Question

    I'm trying to build an additional property for an "Installation" class. Sometimes "Name" goes first, sometimes "InstallationType" goes first. VStudio doesn't give me much, but says to make sure I don't have an infinite loop/recursion. Any ideas? Thanks! public partial class Installation...
  4. urtlking2jo

    Call function after button click

    I'm sure this has been answered, but I sure haven't been able to track it down. I've been told there is a way to run a code-behind function from an asp:button click (i.e., I have two buttons on the same page, and want one button to run a function, and the other button to run a separate...

Part and Inventory Search

Back
Top