135-1821-9792

asp.net模糊搜索

if (!string.IsNullOrEmpty(COURSEWARE_NAME.Text))
        {
            char[] c = COURSEWARE_NAME.Text.ToCharArray();
            string nameconditiob = "";
            for (int i = 0; i < c.Length; i++)
            {
                if (i == 0)
                {
                    br.AppendFormat("and COURSEWARE_NAME like '%{0}%'", c[i].ToString());
                }
                else
                {
                    br.AppendFormat("and COURSEWARE_NAME like '%{0}%'", c[i].ToString());
                }

            }
        }

网站题目:asp.net模糊搜索
网页路径:http://kswsj.com/article/gjpcpi.html

其他资讯



Copyright © 2009-2022 www.kswsj.com 成都快上网科技有限公司 版权所有 蜀ICP备19037934号