asp.net - Telerik grid binding From Html table -


i have data in html (html table--)

<table summary=""><caption>welcome</caption><thead><tr><th>bonus </th><th>points required</th><th>valid for</th><th>min deposit</th><th>bonus code</th></tr></thead><tfoot><tr><td /><td /><td /><td /><td /></tr></tfoot><tbody><tr class="odd"><td>5 bonus</td><td>350</td><td>60 days</td><td>10</td><td>welcome25</td></tr><tr><td>00 bonus</td><td>1200</td><td>60 days</td><td>5</td><td>welcome100</td></tr><tr class="odd"><td>250 bonus</td><td>3000</td><td>60 days</td><td>0</td><td>welcome250</td></tr><tr><td>500 bonus</td><td>5500</td><td>60 days</td><td>100</td><td>welcome500</td></tr><tr class="odd"><td>100 bonus</td><td>10</td><td>60 days</td><td>250</td><td>welcome1000</td></tr><tr><td>2000 bonus</td><td>18000</td><td>42 days</td><td>500</td><td>welcome2000</td></tr></tbody></table> 

format , stored strong . can bind telerik grid. or if possible converting string xml. tried online xml converted xml failed.

regards, sivajith s.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -