hi,
we was blinded list data to data table, now i want bind list data to HTML Data table
How To bind List data To HTML table
EX:
HTML Data table: in UserControl ASCX Side
Column1 Column2 Column3 Column4
Test1
Test2
Test3
i am checking share point List Teat1 Status is Approved and Bind to That Id To Column1 same as Test2 and Test3 also.
and Status is Pending Approval That Related ID to Bind To Column2
and Status is Draft That Related ID to Bind To Column3
My doubt is how to bind server side data table to HTML data table