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 strongm 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. ukemike

    SoftIce problem.

    Has anyone had this softice win2000 problem that im having. Everytime i install softice, a couple of things happen. First if i set it to run before win starts, i restard and as soon as it starts loading the whole screen slowly turns colors from dark blue to light green. Then if i set it to run...
  2. ukemike

    And a question about Microsoft Visual Studio

    Sorry forgot to put it in the last post. When you have a project and you look at your project solution there is like 5 diff files at least. Where can i make the whole thing into one file so i can use it in as one .aspx page in microsoft visual studio.?? thank you mike
  3. ukemike

    asp.net startup question (plz help)

    Hi i just got my web site up and when i upload asp projects up but when i access them i get all kinds of errors. A couple of questions i have: 1) In microsoft visual studio, i just go to new -> project -> then i pic asp.net c# -> put location and click Ok. then i build my project and save it...
  4. ukemike

    verifying if a table row has data

    Hi guys a got a question for you. I am reading in from an oracle table into a form and in order to see when there is no more records i do: if (a["CUS_ID"]=="") { lstBoxSearchResults.Items.Add("No results found"); } else { whatver........ now...
  5. ukemike

    flash tutorials

    i got a question for you guys. I need to find somewhere where i can download a good beginner tutorial. I got the once from webmonkey. but i need a indept one. just wondering if there are any that you can download from free. anyone know where i can find it?? also im looking for a tutorial on...
  6. ukemike

    someone help (DATE FORMAT)

    Can someone show me how i can get only the day part of the SYSDATE. ?? MM/DD/YYYY i just need the DD thanx mike
  7. ukemike

    Oracle 8 and C#

    Hi. im trying to read a bunch of records from an oracle table into a hashtable in C#. Everything looks good except, it should read every record, instead it reads every other record. (1, 3, 5. etc....) I know this code is kinda long but can anyone take a look and see what might be wrong...
  8. ukemike

    C# parameter passing help

    Hi i got a question for you guys. I am trying to write a program in C# that communicates with a database. I have: 1) main_prog class 2) Object_reader class main_prog is the main program, and object_reader is a class which has all the function to communicate with the database(collect_to...

Part and Inventory Search

Back
Top