1-How can we show my entry records on top on daily basis ?
2- I have Saved Images in Folder and Its names and Paths in database.But When I retrive image from folder on
How can I do this?
I m on a online shopping projets.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradip PandeyPosted Jul 31, 2012, 3:32 AM
You can show your entry records on top on daily basis by using the concept of date, i mean to say that when you are trying to show the records, use order by
For question 2 refer this link
http://www.c-sharpcorner.com/UploadFile/satyapriyanayak/how-to-save-image-along-with-details-into-database-in-asp-ne/
Hope this will help you.