how to filter-grid-with-cascading-dropdownlist and date time picker [Resolved]

Posted by Charan44 under ASP.NET MVC on 1/7/2017 | Points: 10 | Views : 1816 | Status : [Member] | Replies : 1
hi,
iam using asp.net mvc5 with sql server 2008,
in my home page i am displaying coutries,states,cities in cascading dropdownlist

and 2 date time pickeker ie from date and to date

finally i want to display data based on this fromdate and todate in webgrid

as customername,item,quantity,rate,date
can anybody suggest me or any example




Responses

Posted by: Sheonarayan on: 1/9/2017 [Administrator] HonoraryPlatinum | Points: 50

Up
0
Down

Resolved
Giving exact solution of your problem is difficult however to display data in Grid in ASP.NET MVC, you can use this article http://www.dotnetfunda.com/articles/show/3139/webgrid-in-aspnet-mvc

For cascading dropdown list item change, use onchange event of the SELECT element and fire JavaScript function to submit data on the server.

You can use jQuery to send request to the server and populate another dropdown.

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Charan44, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response