English 中文(简体)
按类别分列的提交数据
原标题:Presenting data by categories

Hello to all the pros out,

在学校开展一个项目,由用户向我的网站播送一门录像(与你管连接)。

录像片的特性之一是“激光名称”。

请允许我说,我有数量不详的内容提用人(卡造物名称)。 用户可以订阅特定(一个或多个)内容制作人。

用户可在专用网页上看到其订阅清单(代号)和每个造物人名下见最近大利放下录像清单。

与此类似:

Some Name:

Video link 1

Video link 2

Some other name:

Video link 1

Video link 2

i 正在使用数据库,有这些表格:

  • UserSubscription(User_ID,Creator_ID)
  • VideoDetails(Video_ID, Video_Name, Creator_ID)
  • Creator(Creator_ID,Creator_Name)

i would like only the general idea/approach to this problem. thank you very much

智慧

问题回答

首先,我要说,如果你只想显示一个链接清单,那么我就不使用一名数据管理员,而是使用答复器。 这是帮助您作出决定的极好文章:http://msdn.microsoft.com/en-us/library/a479015.aspx”rel=“nofollow”http://msdn.microsoft.com/en-us/library/a479015.aspx

This should get you started whichever one you choose http://support.microsoft.com/kb/306154





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签