Base solution for your next web application
Open Closed

How can i Filter my table #4879


User avatar
0
rodrigosturm created

Hi,

I Need use an Id to Filter my datatable, I set it correct into the cshtml page. But when I get this value in appService.cs it is 0 and i don't know why.

Can you help me in this issue?


2 Answer(s)
  • User Avatar
    0
    yekalkan created

    Change

    Id: $('#teste').val()
    

    to

    id: $('#teste').val()
    
  • User Avatar
    0
    rodrigosturm created

    Its working now! Thanks @yekelkan