Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have submitted my resume which is a txt or docx file in database table. Now I want to read and display its content as it is in a '.aspx' page.

How can I do this?
Posted
Updated 15-Nov-10 4:38am
v3

1 solution

Simply read it from the database and set the text to some kind of control (e.g. a Label[^] or something like that) from your code behind, by setting the Label.Text property.

Cheers
Uwe
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900