c# - Concept of creating photoalbum in asp.net -
i creating web application in aspnet webform c# , sql server 2008 backened, required creating of album specific photos in album , want display album. when user click on album he/she can view images. able other concept of fetching database, here want know concept/idea of creating albums images link particular album
thanks in advance.
create 1 table called album_master stores details regarding album. create sec table called image_master having details regarding image along foreign key albumid album_master table.
in front end end, can pass id of album clicked user in querystring parameter , can identify album has been clicked display images of album.
in backend, can create dropdown list of albums in admin wants upload image.
c# asp.net sql webforms
No comments:
Post a Comment