i have an datatable with 23 records so now the Count of the table is “23”
i need to display this message in listview control.
so where should i write this message telling number of records in 23
which template should i use here to achive this one
do we have any builtin option for this
thank you
You can use InsertItemTemplate to be a workaround as a footer row to display summary:
http://blog.evonet.com.au/post/2008/08/17/Inserting-a-new-record-from-the-Listviews-footer.aspx
Or you can set a footer row in LayoutTemplate with tag:
http://basgun.wordpress.com/2008/01/01/listview-freeze-lock-header-footer-with-css/
Thanks,