Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a newbie in ASP.Net

I am assigned by my boss to Develop a website which displays news. It is a very simple project, except this

1. A news can be of Multiple categories.
2. A news can have multiple news images.


The problem is, I can insert/delete/update single Category and single news image, but I don't know how to insert/delete/update multiple Category and multiple news image.


Please give me an ASP.Net project with SQL Server DB Backup, so I can understand that.


I will be very thankful to you/
Posted

1 solution

Quote:
I am a newbie in ASP.Net
That's not to be mentioned as it is not a crime. We all were someday.
Quote:
Please give me an ASP.Net project with SQL Server DB Backup, so I can understand that.
Sorry, you will not find it here.


Now as per your problem, create Tables as News, Categories, Images, News_Categories and News_Images. First three tables are used as master table with unique entries, the next two will have links for every news with associated category and image. Write code to implement things and post what you have achieved till here. That way there are better chances to get the answer.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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