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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying contents of a file

Status
Not open for further replies.

damonh78

Programmer
Jul 28, 2005
44
IE
Hi,

I have a Web project that I want to simply upload a file from a client and then display the contents of the file on the browser to the client. I have got the upload part working but am not sure what is the best way to display the data. I tried using labels and textboxes but they do not seem very suited to the purpose. Is there some other control that is better suited for this?

Thanks,

John
 
What type of file is it and what does it contain?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
is just a text file containing a wsdl, I literally just want to display the text of the wsdl on screen, dont want to operate on it in any other way.
 
OK, so if it's just straight-forward text, why don't you think a Label isn't suited to this purpose? I would imagine a Label or Literal control would be the best option.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top