Whats the best way to approach this?
Ive tried adding new rows but keep getting this error: "This row already belongs to this table."
Thoughts?dt.Columns.Add("TDCssClass", System.Type.GetType("System.String"))
dt.Columns.Add("Width", System.Type.GetType("System.String"))
'add the items
.Item("TDCssClass") = "Somevalue"
.Item("Width") = "SomeValue"
0 comments:
Post a Comment