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 wOOdy-Soft 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 o1568501

  1. o1568501

    Dynamic XML/VXML and the console window

    Hi, I am pretty new to C# .net and have two questions: 1 - how do i view the console window for debugging 2- Anyone know a good source for working out how to write dynamic VXML or XML files to query a databse in C#? Many thanks
  2. o1568501

    Communication using Perl

    Sounds like u wanna write apache web modules r something like that - u need to check out the following link: www.google.com and then do a serch for = "how do you do get someone to write a dissertation for you so that u can go out on the piss?" this should bring you to a site called www.R.com...
  3. o1568501

    Dynamic XML/VXML C#

    Anyone know a good source for working out how to write dynamic VXML or XML files to query a databse in C#?
  4. o1568501

    Store more than 255 char in an access database?

    Will that do for text? or XML files?
  5. o1568501

    Store more than 255 char in an access database?

    Hi, I need to store about 1000 chars in an access database field. It seems that 255 is the max field size, is there any way aroung this? Many thanks
  6. o1568501

    Reading text between XML tags in C#

    Hi does anyone know how to extract a line of text between XML tags eg. how to extract the link (www.somehtmlpage) and make it a string from the following: <link>www.somehtmlpage</link>? Thanks
  7. o1568501

    Integer Sort?

    Does C# provide any means of sorting integers quickly?
  8. o1568501

    reading from an array

    Thanks for the help :) (As I am sure you realise I am new to c#)
  9. o1568501

    reading from an array

    Why is it when I just post a question I get the damn thing working! Its working now! Dont suppose u would know how I should I set the debugger up so that I can view variables/arrays etc in the Console window?
  10. o1568501

    reading from an array

    Was just doing: Response.Write(""+lv_RemoveList[1]); and it was returining nothing. ?????
  11. o1568501

    reading from an array

    Hi, I have constructed the following in C#: string[] lv_RemoveList = new string[2]{"<P>","</P>"}; OR string[] lv_RemoveList = new string[2] lv_RemoveList[0] = "<P>"; lv_RemoveList[1] = "</P>"; when I do lv_RemoveList[1] it says it is empty. Am I doing something wrong?
  12. o1568501

    C# get possition of a word in a string

    Hi, Does anyone know how to get the integer position of a word in a stirng of text using c#? Many thanks
  13. o1568501

    XML Parser C#

    Hi, Has anyone used C# to read and parse HTML? If so can anyone tell me you read in an (RSS feed) XML file from a URL and make it available for parsing? Many thanks
  14. o1568501

    Read / Parse HTML C#

    Hi, Does anyone know how to read in the source code of a HTML file so that it can be parsed in c#.net. Thanks

Part and Inventory Search

Back
Top