Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good day Ma'am/Sir!?, I'am a Computer Science Student, my problem is, i Used a checkboxlist and i don't know how to display a "Complete" Text in gridview, when the requirements was Successfully completed, >

What I have tried:

i've search a checkboxlist source code, and i apply to my website, but it doesn't work.
Posted
Updated 9-Jan-17 23:03pm
v2

1 solution

What exactly is your problem? If it is adding "Complete" text in GridView then follow the steps:
1) Create new table.
2) Create new row and assign row to it.
3) Append text to row.
4) Add row to table.
5) Set datasource of GridView to DataTable.

If this is not your problem then please elaborate, we can't guess your problem.
And in WHAT HAVE I TRIED section, if possible provide code snippet where you are stuck.

Hope this helps you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900