Hi!!

I have a page with DatePicker and a list of events that occur in some
respective date. So, when a person selects a date in DatePicker, this
date is passed as an argument to a method (I'm using asp.net mvc) and
this method returns me all the events of the chosen date.

The problem is the page refreshes every time this process is done.

So, what's the best way to make this via Ajax?? $.ajax.get??
$.ajax.post?? What do you recommend?

And how can I when update this list events of my page??

Thanks in advance!!

André

Reply via email to