how to render dataset as html table from codebehind without using datagrid

Posted by Raj_Chennai under ASP.NET on 12/19/2013 | Points: 10 | Views : 3024 | Status : [Member] | Replies : 3
i need to display records in dataset or datatable as html table in webpage with checkbox and paging concept from codebehind without using datagridview

raj


Responses

Posted by: vishalneeraj-24503 on: 12/19/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Refer:-
http://stackoverflow.com/questions/9792882/creating-html-from-a-datatable-using-c-sharp
http://stackoverflow.com/questions/9640994/loop-through-dataset-and-add-items-to-a-html-table-in-code-behind
http://www.c-sharpcorner.com/uploadfile/farooque84/data-binding-from-dataset-to-html-table-in-net/
http://www.derektrauger.com/Blog/tabid/59/articleType/ArticleView/articleId/58/Converting_a_DataTable_into_HTML_Using_C.aspx

Raj_Chennai, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Allemahesh on: 12/20/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
You can use the JQgrid.

http://jqgrid.com/

If this help, click on Mark As Answer link.

Happy coding.

Raj_Chennai, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Allemahesh on: 12/20/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
Have you got the solutions?

Raj_Chennai, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response