Hi,
I am trying to create dynamic contents in a web application
where I retrieve a list of data from my database..
Let's say from table MembersInfo
And in this table it consist of
Membername,
Member Particulars,
Member Address,
file location of their photo in the server.
i do a select * from MembersInfo
How do i go about, display the data in various controls?
like the picture location as a Image, the name in a textbox and the particulars in a textbox too.
I would like to create them dynamically in which i can display all the data in the MembersInfo table.
Hope someone can help here.