| | |
| | | if (!string.IsNullOrEmpty(textBox2.Text))
|
| | | whereBuilder.Append(" and b.FLOT_TEXT like ''%"+textBox2.Text+"%''");
|
| | | if(comboBox1.Text!="å
¨é¨")
|
| | | whereBuilder.Append(" and case when isnull(c.HProdLev.'')='' then '' else isnull(c.HProdLev.'') end =''" + comboBox1.Text+"''");
|
| | | whereBuilder.Append(" and case when isnull(c.HProdLev.'')='' then 'åæ ¼å' else isnull(c.HProdLev.'') end =''" + comboBox1.Text+"''");
|
| | | if (!string.IsNullOrEmpty(textBox4.Text))
|
| | | whereBuilder.Append(" and g.HName like ''%"+textBox4.Text+"%''");
|
| | | if (!string.IsNullOrEmpty(textBox5.Text))
|