Click here to Skip to main content
15,921,779 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Everybody,
I am faizel, and i am a freelancer doing an website applications.i am just a beginner in c# and i am doing an open source website,so i want to display all the things i have stored into sql database which includes text,images in bytes onto my webpage.
Right now i have used labels and images to which i have assigned contents from database like
C#
label.text=dt.rows[0][0].toString();

In open source u know that you cannot do such thing because the database might have large no of contents which cannot be displayed using above method.So can anyone tell me how to display images and texts from database dynamically onto the webpage just like facebook.please help me.Thank you in advance and god bless you
Posted
Updated 28-Jul-13 22:52pm
v2
Comments
Thanks7872 29-Jul-13 4:51am    
database might have large no of contents which cannot be displayed using above method? Who said this?
ZurdoDev 29-Jul-13 9:02am    
I don't follow what you want. It sounds like you want some magic piece of code that can handle anything the user puts into the database. You'll just have to code for the different options.

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