Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6226653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:04:17+00:00 2026-05-24T09:04:17+00:00

I would like to implement Jquery EasyUI (http://www.jeasyui.com) in my asp.net application. If you

  • 0

I would like to implement Jquery EasyUI (http://www.jeasyui.com) in my asp.net application. If you can please provide me with some working examples that would be great. I have never worked with Jquery and hence this question.

A small single example would also do me good

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T09:04:17+00:00Added an answer on May 24, 2026 at 9:04 am

    This is a pretty broad question. I can help you somewhat by showing you how to easily create the references to the jquery libraries (assuming you want to do that instead of having them on your server). If you’re just getting started, this is probably the easiest way to do so.

    Include these lines in your Master page:

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script>
    

    Make sure you use the latest versions which you can find from an easy search. The second reference is for the customUI which you don’t need but will want to use for styling the widgets, which you can do that through their customUI which is pretty easy to work with. Just check out this page: http://jqueryui.com/themeroller/

    To get you started, here is how you could implement the datepicker widget from a standard ASP textbox:

    You put this in your header:

        <script type="text/javascript" charset="utf-8">
            $(function () {
                $(".datePicker").datepicker();
            });
        </script>
    

    Then you reference the ‘datepicker’ class in a textbox as such:

    <asp:TextBox ID="txtDate" Text="select date" CssClass="datePicker" runat="server" AutoPostBack="True"></asp:TextBox>
    

    All the sample code you could want really is on the jqueryui.com site so give that a shot and come back if you have specific questions about implementing a specific widget.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In our ASP.NET 3.5 application, we would like to implement a "Please wait.." feature
I would like to use jQuery in ASP.NET User Control. Can some one tell
I would like to implement a realtime dashboard like an index page of www.foursquare.com
I'm building a mobile application using jQuery Mobile and I would like to implement
I would like to implement a command line interface for a Java application. This
Hi I'm trying to implement jquery token input according to railscasts #258 http://railscasts.com/episodes/258-token-fields Where
I have a C# .NET web app and would like to implement an UNDO
I would like to implement the following feature using jQuery scrollTo function or some
I would like to implement a loading image for my jquery ajax code (this
I would like to implement something similar to a c# delegate method in PHP.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.