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!

Search results for query: *

  • Users: o1568501
  • Content: Threads
  • Order by date
  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

    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#?
  3. 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
  4. 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
  5. o1568501

    Integer Sort?

    Does C# provide any means of sorting integers quickly?
  6. 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?
  7. 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
  8. 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
  9. 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