473,378 Members | 1,441 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

regarding .net help

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

Nov 25 '06 #1
10 1067

Dhananjay wrote:
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...

--
Tom Shelton

Nov 25 '06 #3

Cor Ligthert [MVP] wrote:
Is this enough

http://www.vb-tips.com/dbpages.aspx?...d-da738cdc7c2c

Cor


Hi cor

I am thankful to you.
but its not enough , can you give me some more ideas in detail
regrding this thing.
bye

Nov 25 '06 #4
"Dhananjay" <dh**********@yahoo.co.inschrieb:
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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 25 '06 #5
Tom,

NDoc does not work with VS 2005. You need to use SandCastle instead.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
------------------------------------------

"Tom Shelton" wrote:
>
Dhananjay wrote:
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...

--
Tom Shelton

Nov 26 '06 #6

Ken wrote:
Tom,

NDoc does not work with VS 2005. You need to use SandCastle instead.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
------------------------------------------
Thanks Ken,

I'll check it out!

--
Tom Shelton

Nov 26 '06 #7

Cor Ligthert [MVP] wrote:
Is this enough

http://www.vb-tips.com/dbpages.aspx?...d-da738cdc7c2c

Cor

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

Nov 27 '06 #8

Dhananjay wrote:
Cor Ligthert [MVP] wrote:
Is this enough

http://www.vb-tips.com/dbpages.aspx?...d-da738cdc7c2c

Cor


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

Nov 27 '06 #9
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!

--
"Dhananjay" <dh**********@yahoo.co.inwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
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
Nov 27 '06 #10

Ryan S. Thiele wrote:
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!

--
"Dhananjay" <dh**********@yahoo.co.inwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
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

Nov 27 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Francis Lavoie | last post by:
Hello I have some questions regarding webframework, I must say that I quite lost and these questions are basicly to help me understand the way it work. I have some knowledge with PHP and JSP....
3
by: praba kar | last post by:
Dear All, I am new to Python. I am in need of some sorting functions (eg) numerical sorting functions and alphapetical sorting functions. I have searched through net But I cannot find any...
0
by: Ratnakar Pedagani | last post by:
Hi, I'm new to c# programming. I need help regarding a form which contains a help in the main menu. upon clicking the sub items of help menu, i should be able to display a pop up displaying the...
7
by: Squignibbler | last post by:
Hi all, I have a question regarding the C++ programming language regarding the nature of the relationship between pointers and arrays. If the statement MyArray is functionally identical to...
8
by: Mike | last post by:
Hello, I have a few rather urgent questions that I hope someone can help with (I need to figure this out prior to a meeting tomorrow.) First, a bit of background: The company I work for is...
2
by: sachin | last post by:
Hello Everybody I need some help regarding Natural Language Processing. I am designing a MT system from a SOV language to a SOV language. I need a parser which can find the root word...
4
by: trialproduct2004 | last post by:
Hi all i am having application in C#. here what i want it to update one datagrid depending on particular value. I want to start minimum of 5 threads at a time and all these threads are updating...
2
by: Dean R. Henderson | last post by:
For an ASP.NET web application, is there a way for one session (with appropriate security authorization) to set a HttpSessionState variable to point to another session and execute the Abandon...
2
by: sindhu sweet | last post by:
Hi friends, I am developing an IDE using java...as part of my project...i am half the way(hav created menus FILE, FONT,TEXTAREA,SCROLLBARS on both sides...) i need some help....can anyone refer...
1
by: hitesh bhalkiya | last post by:
i am working on a project on school management. i need help regarding concepts of it. i have no idea about transaction of school management please help me regarding this ?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.