I need to include any dll in my asp.net project?.Is that good to use in web page my page..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few server-side options, there’s a project on codeplex for a few wrapped controls as asp.net controls or the YUIAsp.Net library, if that’s what you’re after.
For general usage, you just need to include the library in the page and go from there, you can host it on your site or use a CDN:
As for others, I’d check out jQuery and possibly jQuery UI, there are others, but after a lot of testing, I settle on jQuery personally, it’s clean/concise and tons of community support, that doesn’t mean you should rule out others though, see what’s best for you,