hi!
i am developing a website. i have two tables in my database. table1=username,email
table2= userage,pictuer.
what i want is to show all the users picture in a gridview/listview with a link named profile. when i user click on that profile link it redirects to another page and shows the user profile from table1 and table2.
please tell me how is it possible
thanks in advance
Loading
Sukesh MarlaPosted Aug 15, 2012, 4:28 AM
And in ViewImage.aspx access the value from Requiest.QueryStriing["ImageUrl"] and set it to image controls ImageURL property ...
Dont forget to check this is correct answer