1
0
-1

Hi,


How can I get the data from a list?


E.g. I want to get the ID from the datalist, to parse back into a query to disable that row.

Regards,

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hello,


      I hope you are fine. Fetching data from list have different ways:

      -You can match the ID, title, of specific data to be fetched.

      -Furthermore, you can use form binders. Sequence would be data would be called from list to form.

      -Furthermore, SQL database can be used to fetch data. Json file structure would be established to synchronize data.


      Thankyou very much, I hope it helps(gives direction).







        CommentAdd your comment...