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 7872259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:09:06+00:00 2026-06-03T02:09:06+00:00

I am using Asp.Net/C# in my application ,I have a requirement where I need

  • 0

I am using Asp.Net/C# in my application ,I have a requirement where I need to show data in a jqGrid.The data should come from a Users table.This is my first time with jqGrid, can anybody help me out to start with jqGrid with Web Forms.Any examples or links would be much appreciated .
Thanks.

  • 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-06-03T02:09:08+00:00Added an answer on June 3, 2026 at 2:09 am

    You can include in any application just an empty table element and empty div for the pager at the bottom of the grid

    <table id="grid" ></table>
    <div id="pager"></div>
    

    Then you includes

    <script type="text/javascript">
    $(function () {
        $("#grid").jqGrid({
            url: 'someURLfromYourProject', // 'xxx.svc', 'xxx.asmx', 'xxx.ashx' ...
            datatype: 'json',
            pager: '#pager',
            gridview: true,
            height: 'auto',
            //... other parameters
        });
    });
    </script>
    

    which will modify at the runtime the empty table and div in the grid. The data fir the grid will be get from the URL specified by url option.

    It’s important to understand that you can very easy integrate WFC, ASMX web service or ASHX handler in any your existing application. You need just add new page (choose “Add new Item” context menu in the Solution Explorer of your ASP.NET project) to your existing project. In the way you will create the code which are more independent from the technology used mainly in your ASP.NET application. If you decide later to migrate the application to ASP.NET MVC you can even not change the WFC ASMX web service or ASHX handler part of the application.

    In the answer you will find some URLs with demo projects which you can download and play a little. You can move the most code from the ASP.NET MVC example (see here and here) to your WCF/ASMX/ASHX code.

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

Sidebar

Related Questions

I am using Asp.Net/C# in my application,I have a requirement where I need to
I have requirement to show the pdfs to the users via asp.net application. These
I have a dynamic data ASP.NET application with a requirement to give some users
I have a lot of data-entryists using my ASP.NET application and we have all
I have a requirement that we need to make a telephone call using ASP.NET
I am using Asp.net/C# to build an application , i have a requirement wherein
I'm attempting to use jqGrid in my ASP.Net MVC application and have a requirement
I wrote an application using ASP.NET MVC, in this application I have an Index
I am using asp.net MVC to develop an application that will have ajax interactions.
I have asp.net application and am using Entity Framework to connect it with the

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.