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: CTl06
  • Content: Threads
  • Order by date
  1. CTl06

    Fix Date gap

    Hello all, I am trying to fix data in the database that incorrect record start date and sometime having incorrect record enddate. Can you please help me what is the best way to fix this data in SQL. Here are examples of problem data. Scenario #1: Recordid SartDate EndDate 1...
  2. CTl06

    Need help on Query

    Hello all, I have a table with data in the format below Rowid Value 1 William 2 John 3 CA 4 89788 5 Los Angeles. What is the best way of writing aquery that flat this record out to one row. Example John William CA 89788 etc. thank you much for your help.
  3. CTl06

    Nunit Exception

    Hello all, I got this error from msbuild when excecute Nunit test cases, but I know why it is error out. I have no clue where to start fixing problem. Thank you much. CT Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at...
  4. CTl06

    System.Net.WebException : Unable to connect to the remote server

    Hello all, I am keep having this problem when hitting the Webservice from remotely. Below is my error message. I have try turn off firewall, account access but no help. Please help if you have any ideas why? TheCollectiveTest.tcLayerTests.test_DTO_AddLayer_entity : System.Net.WebException ...
  5. CTl06

    Split rows in excel

    Hello All, I am not very good at excel. I hope someone can help me with this. My question is I have excel workbook that have a worksheet contains thousands and thousands rows of record. I need to write a macro that split every 60 rows into a new workbook with the worksheet contain the data. Is...
  6. CTl06

    list box validation in ASP.NET 1.0

    Hello all! I want to be able to validate a list box that user has to select a value but I have a lot of buttons and data grid on the web form. for Example button1 , button2 and button3 and a datagrid. I just only want to causevalidation to fire when user click on button1. can anyone show me how...

Part and Inventory Search

Back
Top