Render gridview as a <div> instead of a table

enter image description here

I am looking for a piece of code that displays gridview in <div> place of a table.
Can anyone help me with this?

I need to draw a graph similar to the one I connected, and you need some functions, such as selecting a plot area with the mouse and providing a copy operation.

+5
source share
2 answers

I think you should use the ListView control provided with the DotNet framework 3.5.

ListView - , , . HTML, ( HTML, LayoutTemplate).

, . URL- .

http://www.codeproject.com/KB/webforms/CompleteListView.aspx

msdn,

http://www.asp.net/aspnet-35/videos/the-listview-control

:. DotNet Framework 2.0, Repeater,

; HTML, .

, .. Repeater. ListView - Repeater .

, .

+3

CustomGridView, GridView, Render HTML, . - ListView, @Harun.

0

All Articles