Hi :)
Yes you've guessed it.. another new just started so lost junior developer :D
Its so fun working with modules.. and i am developing one right now.. and had a problem if you (with many many thanks) would help me solving!
1- I have an (Item) page -tab if u like-.. that has two child pages (Books.. and Records)<< they represent the Item's type
These are their links:
http://127.0.0.1/LG/Items/Books/tabid/60/Default.aspx
http://127.0.0.1/LG/Items/Records/tabid/61/Default.aspx
What i want to do.. is get the Item's type as a query string...! So i can determin what page is the client viewing... then i'd do other things accordingly..
Should i get the full URL path and try to figure how to extract the words from it?
Or request.query string? althoutgh i dont think it'll work! cause i cant put ( ?Type= ) in the page's name
2- Say I have a database of books, Whats the easiest way to enable Admin to upload a book's pic in the Database? Do you recommend that i store file names of pics in the Database? or the pic itself..? I am using Deatils View.. and i am enabeling the Admin to Add,Delete, and Update records.. thus their pics as well!!
any advice would be so great..:)
Thank you so much in advance..