Asp.net grid viewhttp://forums.asp.net/t/1787457.aspx/1?Asp+net+grid+viewSat, 31 Mar 2012 09:36:54 -040017874574908940http://forums.asp.net/p/1787457/4908940.aspx/1?Asp+net+grid+viewAsp.net grid view <p>is there anybody can help me? i wanna to make an empty gridview in web page without using database and than aftr i wanna to insert new row with radioboutton as values of the row using the textbox value and by a button click.&nbsp;</p> 2012-03-30T20:14:20-04:004909217http://forums.asp.net/p/1787457/4909217.aspx/1?Re+Asp+net+grid+viewRe: Asp.net grid view <p>Refer this</p> <p><a href="http://geekswithblogs.net/dotNETvinz/archive/2008/05/07/adding-multiple-columns-and-rows-in-gridview-without-using-a-again.aspx">http://geekswithblogs.net/dotNETvinz/archive/2008/05/07/adding-multiple-columns-and-rows-in-gridview-without-using-a-again.aspx</a></p> 2012-03-31T04:52:10-04:004909292http://forums.asp.net/p/1787457/4909292.aspx/1?Re+Asp+net+grid+viewRe: Asp.net grid view <p>hi,</p> <p>refer this theread</p> <p>http://forums.asp.net/t/1385978.aspx/1</p> 2012-03-31T06:36:37-04:004909332http://forums.asp.net/p/1787457/4909332.aspx/1?Re+Asp+net+grid+viewRe: Asp.net grid view <p>actully, you no need a gridview, you just draw a html table with table header, and then add &lt;tr&gt; to this table by script</p> 2012-03-31T07:31:19-04:004909343http://forums.asp.net/p/1787457/4909343.aspx/1?Re+Asp+net+grid+viewRe: Asp.net grid view <p>better idea will be to create a datatable at runtime having serial no column and then bind it to gridview</p> <p>&nbsp;</p> 2012-03-31T07:40:35-04:004909472http://forums.asp.net/p/1787457/4909472.aspx/1?Re+Asp+net+grid+viewRe: Asp.net grid view <p>you can think of JQgrid where you can manipulate it on clientside -&nbsp;<a href="http://www.trirand.com/blog/jqgrid/jqgrid.html">http://www.trirand.com/blog/jqgrid/jqgrid.html</a>&nbsp;</p> <p>Thanks,</p> 2012-03-31T09:36:54-04:00