SQL - User input in query

前端 未结 3 1745
面向向阳花
面向向阳花 2021-01-06 00:13

I have this. \"Detail all films shown by the club between any two given dates, inputted by the user. For example a club member must be able to input a start date and an end

3条回答
  •  无人及你
    2021-01-06 00:42

    Are you familiar at all with LINQ? It's a way to make db calls from c#.

    -- I would handle this with HTML as you thought, and use Javascript/Ajax to reference c# code that uses LINQ for db calls. Might be a bit complicated however, if you're not familiar with much of that. I can recommend good tutorials if interested tho.

提交回复
热议问题