How to fire c# procedure when clicking on jQuery tabs?

ashelyzd

New Member
I have 2 tabs.
  • The first one is the most important and it loads the content very fast.
  • The second one is not very important and it takes too long to load its content (charts and summaries)
So, I do not want to load both tabs' content at the same time. Ideally, I would just load the first tab content and when the user clicks on the second tab I would load its related content (on demmand). In order to do that, I need to know in server side that the second tab has been clicked and then send back all the relevant information to the client side.Any ideas on how to do this?
 
Back
Top