我在数据表视图模式下有一个子窗体,它缺少通常带有复选框的过滤器选项.
失踪
通过qick过滤器和过滤器的复选框我的意思是:
有人能告诉我怎么能得到回来的?
用户选择多个值。我如何获得每个选定的数据属性值。
HTML代码是
<select id="EMaddMoreEmployee" name="EMaddMoreEmployee[]" multiple="" tabindex="-1" class="select2-hidden-accessible" aria-hidden="true">
<option value="3" data-available_text="Prashant Kumar is unable to work today.">Prashant Kumar</option>
<option value="4" selected="" data-available_text="Anand Kumar has not given availability for this day.">Anand Kumar</option>
<option value="7" data-available_text="Manoj Kumar has not given availability for this day.">Manoj Kumar</option>
<option value="8" data-available_text="Delip Kumar is available to work all day.">Delip Kumar</option>
<option value="9" data-available_text="Purendar Kumar has not given availability for this day.">Purendar Kumar</option>
<option value="10" data-available_text="Subhas Kumar has not given availability for this day.">Subhas Kumar</option>
<option …Run Code Online (Sandbox Code Playgroud) 如何检查两个是否GUID匹配?
使用下面的C#代码,如何搭配,如果g2有相同GUID的g1:
Guid g1 = new Guid("{10349469-c6f7-4061-b2ab-9fb4763aeaed}");
Guid g2 = new Guid("{45DF902E-2ECF-457A-BB0A-E04487F71D63}");
Run Code Online (Sandbox Code Playgroud)