String to datagrid
Whats the best component to use to add data to a grid?
I have a string which I will split by char, I then want to add the seperate strings to a row.
I know that C# has a datagridview but this doesnt seem to be available in ASP.
Any ot开发者_StackOverflowher suggestions for the easiest component to use?
Thanks in advance.
Personally is Repeater http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.repeater.aspx
精彩评论