Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i am totally new in asp .net mvc3.i have a product table and 3 column - productid int,name varchar(50) and linktofile varchar(50). i want to save picture location in linktofile column.how can i do that and when i want to display product then i want to see product id,name and picture.any one can help me. i use razor
Posted
Updated 10-Oct-12 9:20am
v2

Your question is vast. I don't think anybody will have the time to create a project, upload it somewhere and give a link to you! So, follow these steps:

1. Go through the tutorials in http://www.asp.net/mvc[^]

2. Then go through this link - http://www.asp.net/mvc/tutorials/older-versions/movie-database/create-a-movie-database-application-in-15-minutes-with-asp-net-mvc-cs[^].

3. Then go through this link - http://msdn.microsoft.com/en-us/library/ms524632(v=vs.90).aspx[^]

All of these 3 links should help you get started and create an application that meets your requirements!
 
Share this answer
 
Thanks your suggestion.i find some one already create the project and give the solution for me.you always find solution on net because this is very common problem. i was struggling how to set path because i dont save image on data base just save link path and how to return it in view . is it not simple!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900