Click here to Skip to main content
15,894,223 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sending XML (file,stream) to server and recieving response Pin
Guffa7-Sep-05 23:05
Guffa7-Sep-05 23:05 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz7-Sep-05 23:14
Stefan_ Spenz7-Sep-05 23:14 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Guffa8-Sep-05 3:26
Guffa8-Sep-05 3:26 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz8-Sep-05 21:23
Stefan_ Spenz8-Sep-05 21:23 
Questionusing comboBox in datagird Pin
Member 21264687-Sep-05 21:25
Member 21264687-Sep-05 21:25 
Answer[Message Deleted] Pin
| Muhammad Waqas Butt |7-Sep-05 22:56
professional| Muhammad Waqas Butt |7-Sep-05 22:56 
AnswerRe: using comboBox in datagird Pin
| Muhammad Waqas Butt |7-Sep-05 23:00
professional| Muhammad Waqas Butt |7-Sep-05 23:00 
QuestionGet content of a web page Pin
kokain7-Sep-05 21:22
kokain7-Sep-05 21:22 
Hi,

I want to get content of an url web page. Before, I used xmlhttp activex control in Javascript and could get it easily.
Like this:

<script language = javascript><br />
function getData()<br />
{<br />
 var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");<br />
 xmlHttp.open("GET", "http://search.yahoo.com/search?p=abc", false);<br />
 xmlHttp.send();<br />
 xmlDoc=xmlHttp.responseText;<br />
 document.write(xmlDoc);<br />
 }<br />
</script>


Now, I want to do this in C#, what dll should I add in to my project, also how will I use it?

Thank alot.

Cheers.
Questionhow to prevent duplicate file in Access db? Pin
nidhelp7-Sep-05 21:20
nidhelp7-Sep-05 21:20 
AnswerRe: how to prevent duplicate file in Access db? Pin
enjoycrack8-Sep-05 1:48
enjoycrack8-Sep-05 1:48 
GeneralRe: how to prevent duplicate file in Access db? Pin
nidhelp8-Sep-05 15:01
nidhelp8-Sep-05 15:01 
GeneralRe: how to prevent duplicate file in Access db? Pin
enjoycrack8-Sep-05 21:29
enjoycrack8-Sep-05 21:29 
QuestionGet window handle Pin
Dario Solera7-Sep-05 21:00
Dario Solera7-Sep-05 21:00 
AnswerRe: Get window handle Pin
Lapje10-Sep-05 0:02
Lapje10-Sep-05 0:02 
QuestionHow to add a larger cap to a line? Pin
radic.feng7-Sep-05 17:36
radic.feng7-Sep-05 17:36 
AnswerRe: How to add a larger cap to a line? Pin
Dario Solera7-Sep-05 20:56
Dario Solera7-Sep-05 20:56 
GeneralRe: How to add a larger cap to a line? Pin
radic.feng7-Sep-05 21:40
radic.feng7-Sep-05 21:40 
GeneralRe: How to add a larger cap to a line? Pin
Dario Solera7-Sep-05 22:06
Dario Solera7-Sep-05 22:06 
QuestionRe: How to add a larger cap to a line? Pin
Guffa8-Sep-05 1:17
Guffa8-Sep-05 1:17 
AnswerRe: How to add a larger cap to a line? Pin
radic.feng8-Sep-05 14:39
radic.feng8-Sep-05 14:39 
Questiondatagrid search Pin
Pyro Joe7-Sep-05 16:38
Pyro Joe7-Sep-05 16:38 
AnswerRe: datagrid search Pin
| Muhammad Waqas Butt |8-Sep-05 3:47
professional| Muhammad Waqas Butt |8-Sep-05 3:47 
QuestionErase Line Drawn?? I give up... Pin
Anonymous7-Sep-05 16:14
Anonymous7-Sep-05 16:14 
AnswerRe: Erase Line Drawn?? I give up... Pin
Christian Graus7-Sep-05 16:26
protectorChristian Graus7-Sep-05 16:26 
GeneralRe: Erase Line Drawn?? I give up... Pin
Anonymous7-Sep-05 17:01
Anonymous7-Sep-05 17:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.