Hi,
how to populate the existing HTML table from the values received in C# dictionary values
(user1 - order1,order2,order3)
(user2 - order2,order-4)
Thanks
Hi,
how to populate the existing HTML table from the values received in C# dictionary values
(user1 - order1,order2,order3)
(user2 - order2,order-4)
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Nov 25, 2022, 4:54 AM
Hello Sathish,
You can use JavaScript to populate HTML tables dynamically. please review the below link as a reference.
https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces
Thank you