ASP.NETMVC中使用动态SQL进行搜索,而不使用EntityFramework。
创始人
2024-09-19 09:30:51
0
  1. 在控制器中创建适当的动作方法。
public ActionResult Search(string searchTerm)
{
    List customers = new List();
    string connectionString = ConfigurationManager.ConnectionStrings["DefaultConnection"].ConnectionString;
    using (SqlConnection connection = new SqlConnection(connectionString))
    {
        connection.Open();

        string query = "SELECT * FROM Customers WHERE FirstName LIKE '%' + @searchTerm + '%' OR LastName LIKE '%' + @searchTerm + '%'";
        SqlCommand command = new SqlCommand(query, connection);
        command.Parameters.AddWithValue("@searchTerm", searchTerm);

        SqlDataReader reader = command.ExecuteReader();
        while (reader.Read())
        {
            Customer customer = new Customer();
            customer.Id = (int)reader["Id"];
            customer.FirstName = reader["FirstName"].ToString();
            customer.LastName = reader["LastName"].ToString();
            customer.Email = reader["Email"].ToString();
            customer.Country = reader["Country"].ToString();
            customers.Add(customer);
        }
    }

    return View(customers);
}
  1. 在视图中创建适当的搜索表单。
@using (Html.BeginForm("Search", "Customer", FormMethod.Get))
{
    
    
}
  1. 在视图中创建适当的表格来显示搜索结果。
@if (Model.Count > 0)
{
    
            @foreach (Customer customer in Model)
            {
                
            }
        
First Name Last Name Email Country
@customer.FirstName @customer.LastName @customer.Email @customer.Country
} else {

No results found.

}
  1. 可能需要创建一个Customer类来存储搜索结果。
public class Customer
{
    public int Id { get; set;

相关内容

热门资讯

透视模拟器!wpk辅助器下载,... 透视模拟器!wpk辅助器下载,途游四川小程序脚本辅助,攻略教程(有挂技巧);科技安装教程;13670...
透视软件!wepoker辅助透... 1、透视软件!wepoker辅助透视软件,随意玩透视辅助,微扑克教程(有挂辅助)。2、随意玩透视辅助...
透视ai代打!红龙poker作... 透视ai代打!红龙poker作弊指令,老k麻将有挂吗,攻略方法(有挂技巧)1、点击下载安装,微扑克w...
辅助透视!德普之星透视辅助软件... 1、辅助透视!德普之星透视辅助软件下载,中至赣牌圈祈福有用吗,玩家教程(有挂教程)。2、中至赣牌圈祈...
透视app!wpk辅助购买,欢... 透视app!wpk辅助购买,欢乐对决辅助,黑科技教程(有挂软件);小薇(透视辅助)致您一封信;亲爱欢...
透视好牌!智星菠萝辅助怎么买,... 这是一款非常优秀的丽水都来大菠萝脚本辅助 ia辅助检测软件,能够让你了解到丽水都来大菠萝脚本辅助中牌...
透视实锤!hhpoker辅助器... 透视实锤!hhpoker辅助器,闲来山水广西辅助,2025新版技巧(有挂软件);实战中需综合运用上述...
透视好牌!智星菠萝辅助,心悦填... 透视好牌!智星菠萝辅助,心悦填大坑辅助器,可靠技巧(有挂神器);最新版2024是一款经典耐玩的益智游...
透视最新!智星德州菠萝安装,越... 透视最新!智星德州菠萝安装,越乡游义乌辅助,新2025教程(有挂技巧);科技安装教程;1367043...
透视中牌率!wpk辅助软件,雀... 透视中牌率!wpk辅助软件,雀友会广东潮汕辅助透视,爆料教程(有挂方法);小薇(透视辅助)致您一封信...