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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Neld

  1. Neld

    Expose Class Methods and Properties without instantiating

    Thank you very much guys. Mark thank you for the very detailed response and I now have a more better understanding of what I am trying to accomplish. cheers...
  2. Neld

    Expose Class Methods and Properties without instantiating

    Hi, I am new to C# and trying to do some testing. I created a Class Library and compiled it to a DLL. The DLL replaces unwanted characters from a Telephone number. e.g. When a user enters a telephone number (+1(123)-456-7890) in a textbox and on event onTextBox_TextChange() the telephone...
  3. Neld

    Modify Web.Config File Programmatically

    Hi Guys, It is this line below, which is line 36.The error says, "if (node.Attributes[0].Value.Equals("Under Maintenance"))" The error says: "Object reference not set to an instance of an object." How do i resolve the error message? Thanks Nel
  4. Neld

    Modify Web.Config File Programmatically

    Hi Guys, It is this line below, which is line 36.The error says, "if (node.Attributes[0].Value.Equals("Under Maintenance"))" The error says: "Object reference not set to an instance of an object." Thanks Nel
  5. Neld

    Modify Web.Config File Programmatically

    Hi, I'm new to C Sharp and have been trying these peices of codes below and i get the subject error above. I'm trying to modify a web.config. Please kindly help me point out which line causes the error. ************************* Target Framwork: .NET 3.5 C Sharp Visual Studio 2010...

Part and Inventory Search

Back
Top