regarding .net help

D

Dhananjay

hello everyone
Do you have any information how to generate a tool using .net which is
used to translate the web page contents to html format.

Plz reply me asap

Thanks in advance


Dhananjay
 
T

Tom Shelton

Dhananjay said:
hello everyone
Do you have any information how to generate a tool using .net which is
used to translate the web page contents to html format.

Plz reply me asap

Thanks in advance


Dhananjay

I really like NDoc, but I haven't tried it 2005 yet...
 
H

Herfried K. Wagner [MVP]

Dhananjay said:
Do you have any information how to generate a tool using .net which is
used to translate the web page contents to html format.

Sorry, I do not understand your question. Web page contents are typically
in HTML format.

If you are attempting to create a HTML Help document, check out HTML Help
Workshop which comes with certain versions of VS and can be downloaded from
the Microsoft website.
 
D

Dhananjay

Cor said:


Hi cor

you have sent me some material regarding this question

Do you have any information how to generate a tool using .net which is
used to translate the web page contents to html format.

I am not able to get it how you have made it as friend access variable
for all tool strip button

Can you help me plz. I am waiting its urgent

plz make me free from this .

Thanks in advance

Dhananjay
 
D

Dhananjay

Dhananjay said:
Hi cor

you have sent me some material regarding this question

Do you have any information how to generate a tool using .net which is
used to translate the web page contents to html format.

I am not able to get it how you have made it as friend access variable
for all tool strip button

Can you help me plz. I am waiting its urgent

plz make me free from this .

Thanks in advance

Dhananjay




hi cor
it's same url but its not working in C#.net.
i am working with C#.net
if u have any other source will u plz send me its urgent dear.
plz me help to do this in detail.

Thanks in advance
Dhananjay
 
R

Ryan S. Thiele

I use VB, but I may be able to help.

You want to download the webpage using a webclient.

NOTE: this was converted using a VBtoC# converter.

System.Net.WebClient WP;
WP = new System.Net.WebClient();
WP.DownloadString(http://mywebpage);

this will download the file as a string. It's like 'View Source' on your
browser.

--
Thiele Enterprises - The Power Is In Your Hands Now!

--
hello everyone
Do you have any information how to generate a tool using .net which is
used to translate the web page contents to html format.

Plz reply me asap

Thanks in advance


Dhananjay
 
D

Dhananjay

Ryan said:
I use VB, but I may be able to help.

You want to download the webpage using a webclient.

NOTE: this was converted using a VBtoC# converter.

System.Net.WebClient WP;
WP = new System.Net.WebClient();
WP.DownloadString(http://mywebpage);

this will download the file as a string. It's like 'View Source' on your
browser.

--
Thiele Enterprises - The Power Is In Your Hands Now!

--
hello everyone
Do you have any information how to generate a tool using .net which is
used to translate the web page contents to html format.

Plz reply me asap

Thanks in advance


Dhananjay


==================================================================

hello dear
I have a situation like this.
i have client in sql server Database
first how do i import client to a website. ? plz provide
solution......
and then i am generating a tool which is used to convert the web page
contents to html.
could u plz provide me the detail if possible,
its urgent.


Thanks in advance
Dhananjay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top