开发者

String to datagrid

开发者 https://www.devze.com 2023-03-25 14:10 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消