I am trying to create a tv guide of sorts on my Web site. Where someone can tab over the upcoming week's worth of shows. I currently have some Javascript code that isn't 100%. Is there a way to create this as a .Net object without having the page reload each time someone clicks on a day? I guess my question is, how can I call up client-side code in a .net object, instead of the server. (LinkButton or Imagebutton)