Hi everyone!
I have a UserControl that binds directly to database, that is, it's not rendered by any Action. It works independly.
But, from times to times I have to refresh it to get new information from database. I've already worked with refreshing UserControls in jQuery via Ajax, but in all of these cases, I had a Action to make the service.
But, this time I don't have a Action since this UC gets its information directly.
Does anyone know how to do this?
Thanks a lot!!