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
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...
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
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?
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?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.