0

I want to make my website look spiffy. Should I use jQuery, or what is better suited to be paired with ASP.net?

7 Answers 7

8

jQuery works very well with .NET.

Sign up to request clarification or add additional context in comments.

Comments

4

I would highly recommend jQuery UI.

http://jqueryui.com/

Comments

1

JQuery compliments .NET quite nicely. Here is a good blog article that should get you started.

Comments

0

I've can say this with confidence - you can use jQuery with .NET with no issues. I do this all the time.

Comments

0

Absolutely. I don't know that it will necessarily make it spiffy as you asked, but it'll certainly ease your programming work.

AJAX will help with the "spiffiness".

You want really spiffy? Look at Silverlight!

Comments

0

Yes, you can definitely use JQuery for ASP.NET apps. Check out an introductory article on how to get started - Getting Started with JQuery

Comments

0

jQuery works as well with ASP.NET as with any other server platform, because it's just a set of client-side scripts. When you consider its daily usage (such as assigning Thread.CurrentThread.CurrentCulture.DateTimeFormat to jQuery calendar) the final code won't look as short and elegant as advertised. The server controls of ASP.NET AJAX have their own bonuses. In short: if you use ASP.NET and not going to change the platform try standard ASP.NET AJAX facility (possibly with AJAX Control Toolkit). Otherwise starting with jQuery can be much better investment.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.