Answered by:
Asp.Net GridView

Question
-
Hi ,
I need to create a gridview on my asp.net app...it looks like in this vendorname will increase dynamically, but we need to consider as single row how to achieve this in asp.net ...the image u r viewing is taken from existing windows app...here they used a third party control now i want to do the same with asp.net grid...
Thanks SABARINATHAN87
- Moved by Eason_H Friday, December 13, 2013 6:41 AM
Thursday, December 12, 2013 7:01 AM
Answers
-
Hi Sabarinathan87,
Since the issue regards ASP.NET and website deployment. I suggestion you post the question in the ASP.NET forums at http://forums.asp.net/. It is appropriate and more experts will assist you.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Friday, December 13, 2013 6:41 AM
All replies
-
tecnically a gridview takes a datasource like a table or a list<yourClass> and automatically renders a columns for each datacolumns or public prop in yourClass.
also a linq results could be a datasource.
Thursday, December 12, 2013 7:20 AM -
it is hard to see the image.
what technology are you using?
MVC, webform?
I like shortcuts there for i'm using the telerik components for my grids
http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx
Thursday, December 12, 2013 7:24 AM -
Hi ,
Am using normal webforms with MVP architecture....
with out going for a third party is it possible...
Thanks SABARINATHAN87
Thursday, December 12, 2013 7:58 AM -
I still cannot see the image
so i'm gussing
try nested grid
or merged cell
Thursday, December 12, 2013 8:57 AM -
Hi Sabarinathan87,
Since the issue regards ASP.NET and website deployment. I suggestion you post the question in the ASP.NET forums at http://forums.asp.net/. It is appropriate and more experts will assist you.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Friday, December 13, 2013 6:41 AM