What is the best way to use jquery in asp.net, should I use controls or write inline or mix of both. Controls are easier to use and save time and Writing jquery in page give more control but take more time. Not all (I mean commonly used) plugins are supported by controls.
There are many jquery controls available on codeplex. If you use any, then tell me which one and why?