I want to make a demo web application… something like wikipedia
I want that when user click on one word or images than related content of that word should display in other page.
Content can be long text or images
So I want to know how to store and that content in database
I have used the code from below link:
But i want to display file content in my website…
Please give suggestion …how to store content in the database(datatype of content)
Can i used wordpress for this?… but i have no idea about work press
Use VARCHAR(MAX) to store largedata in database because it can store 2,147,483,647 characters..For displaying u can use divs and tables in asp.net…and if u have images,store those in your physical folder(a folder in ur application) and store the imagepath in ur database.