Hi Imar,
All i have learnt about asp.net and websites is from your book.
1) Wanted to know if there are methods of updating the databsae without login controls for seeing many a sites with no login page but the data is constantly being updated.
e.g.
www.mono-1.com
2) Am bit confused about how to have the blog in mine site. Am using db to store data but the problem i face is their web address says
www.mono-1.com/us/page/2/ and when clicking on older posts it says
http://www.mono-1.com/us/page/3/
but when a post is clicked the post opens with following address
http://www.mono-1.com/us/kristoffer-returns-to-uptown/
I understand how to fetch the post
but when showing the contents of blog how shall one store them.
[Shall we store 4-5 posts a page]
To ma understanding paging is not being used for then how will we change the address in address-bar.
Please do help/ searched a lot on google/ and stackoverflow but with no outcome.
Thanks a lot.