Hi
I want to insert Checkbox in each row . Below is the code
StringBuilder htmlTable = new StringBuilder();
htmlTable.Append("");
htmlTable.Append("" + Count.ToString() + " ");
htmlTable.Append("" + colum.BookTitle + " ");
htmlTable.Append("" + colum.Name + " ");
Thanks
1 Reply
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.
Pasang TamangPosted Dec 30, 2022, 11:55 AM
Hi Ramco,
Check the code example below. This code example is based on ASP.NET MVC
Regards,
Pasang