string attr = string.Empty;
for (int i = 1; i <= dtattr.Rows.Count - 1; i++)
{
attr += "
}
output showing
i want this
Thanks in Advance.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Nov 6, 2012, 1:42 AM
string attr = string.Empty;
for (int i = 1; i <= dtattr.Rows.Count - 1; i++)
{
attr += "" + i + "'), 1);'>Add Item
}