Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 31, 2012 09:36 AM by ramiramilu
0 Points
1 Post
Mar 30, 2012 08:14 PM|LINK
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.
Contributor
5514 Points
810 Posts
Mar 31, 2012 04:52 AM|LINK
Refer this
http://geekswithblogs.net/dotNETvinz/archive/2008/05/07/adding-multiple-columns-and-rows-in-gridview-without-using-a-again.aspx
3012 Points
557 Posts
Mar 31, 2012 06:36 AM|LINK
hi,
refer this theread
http://forums.asp.net/t/1385978.aspx/1
Member
351 Points
116 Posts
Mar 31, 2012 07:31 AM|LINK
actully, you no need a gridview, you just draw a html table with table header, and then add <tr> to this table by script
2396 Points
661 Posts
Mar 31, 2012 07:40 AM|LINK
better idea will be to create a datatable at runtime having serial no column and then bind it to gridview
All-Star
95275 Points
14072 Posts
Mar 31, 2012 09:36 AM|LINK
you can think of JQgrid where you can manipulate it on clientside - http://www.trirand.com/blog/jqgrid/jqgrid.html
Thanks,
arun.gtm11
0 Points
1 Post
Asp.net grid view
Mar 30, 2012 08:14 PM|LINK
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.
Vipindas
Contributor
5514 Points
810 Posts
Re: Asp.net grid view
Mar 31, 2012 04:52 AM|LINK
Refer this
http://geekswithblogs.net/dotNETvinz/archive/2008/05/07/adding-multiple-columns-and-rows-in-gridview-without-using-a-again.aspx
sujithkumar
Contributor
3012 Points
557 Posts
Re: Asp.net grid view
Mar 31, 2012 06:36 AM|LINK
hi,
refer this theread
http://forums.asp.net/t/1385978.aspx/1
ddredstar@ho...
Member
351 Points
116 Posts
Re: Asp.net grid view
Mar 31, 2012 07:31 AM|LINK
actully, you no need a gridview, you just draw a html table with table header, and then add <tr> to this table by script
tdmca
Contributor
2396 Points
661 Posts
Re: Asp.net grid view
Mar 31, 2012 07:40 AM|LINK
better idea will be to create a datatable at runtime having serial no column and then bind it to gridview
ramiramilu
All-Star
95275 Points
14072 Posts
Re: Asp.net grid view
Mar 31, 2012 09:36 AM|LINK
you can think of JQgrid where you can manipulate it on clientside - http://www.trirand.com/blog/jqgrid/jqgrid.html
Thanks,
JumpStart