<select name="GroupListID" class="btn btn-default dropdown-toggle" id="GroupListID">
<option value="">Select an Option</option>
<option value="3">Dx</option>
<option value="5">Group ID</option>
<option value="4">NPI</option>
<option value="6">Plan Code</option>
<option value="1">Px</option>
</select>
@Html.TextBoxFor(x => x.GroupTxt, new { @class = "form-control", @style = "width:100%" })
if (model.SelectedGroupID != null && model.GroupTxt != null)
list = list.Where(x => model.GroupTxt.Any(m => Equals(x.ConditionAttributesAndValues, m)));
// here I want to say
// and
// and if the user enter a range in the textbox then filter all that are within the range.
<br> IF Dx = aa (299.00,<br>299.01,<br>299.80,<br>299.81,<br>299.90,<br>299.91,<br>99999) <br> AND Dx Between Range (10 - 30) <br>(aa22)<br>"aa55"<br>
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE