Author Topic: C#, ASP.NET 4, WebFrom, Gridview  (Read 3251 times)

54696d20

  • Newbie
  • *
  • Posts: 7
    • View Profile
C#, ASP.NET 4, WebFrom, Gridview
« on: October 26, 2016, 07:40:04 pm »
I've been looking for instructions on how to implement http://paramquery.com/demos/filter_local into my project (C#, ASP.NET 4, WebFrom, Gridview). Currently binding the data into a gridview. I've been learning how to use the project; however, the link shows an example of an mvc project. Looks like i'll have to use a [WebMethod], but still looking into it.

Thanks for the help in advance.

54696d20

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: C#, ASP.NET 4, WebFrom, Gridview
« Reply #1 on: October 27, 2016, 09:51:35 pm »
Maybe someone can help with this. url: "/pro/customers/get" What format is the method passing back?
I'm guessing something like
            [[1, 'Exxon Mobil', '339938.0', '36130.0'],
            [2, 'Wal-Mart Stores', '315654.0', '11231.0'],
            [3, 'Royal Dutch Shell', '306731.0', '25311.0'],
 I'm trying to work out the array, but a little stuck at the moment

Thanks for the help
« Last Edit: October 27, 2016, 09:55:54 pm by 54696d20 »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: C#, ASP.NET 4, WebFrom, Gridview
« Reply #2 on: October 27, 2016, 10:38:40 pm »
The format of live data can be checked by opening the url: http://paramquery.com/pro/customers/get

54696d20

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: C#, ASP.NET 4, WebFrom, Gridview
« Reply #3 on: October 31, 2016, 08:10:15 pm »
Thanks. Do you know where I can find instructions on setting this up on a webforms project, not MVC? I have the pro version and It's not working at the moment. Going to trying something else