Here i'm searching one fields to retrieve relevant records But now i want to search all fields in my tables..
DESCRIPTION:
In my module i'm searching only contactperson name to retrieve relevant record but now i want to search all fields like name,Contactname,country,state,city all fields
Here i using this code for searching one fields:
@Html.TextBox("Branch_Name", ViewBag.branch_NameFilter as string, new { @class = "form-control control-text" }) @Html.ValidationMessageFor(model => model[0].Branch_Name) i use this code for searching single field.
Guest UserPosted Jul 25, 2014, 9:32 AM
jothi kumarPosted Jul 25, 2014, 6:56 AM
Guest UserPosted Jul 25, 2014, 6:28 AM
for your post, i suggest, use text boxes at top of grid and accept input. your search can be dynamic so any change can populate grid below. I achieve all these using AngularJS
Guest UserPosted Jul 25, 2014, 6:26 AM