Hi,
The application I am working on requires the user to manually select a name from a Datalist then enter data about the name selected into textboxes, then subsequently submit the data. This must be done individually for each name in the list. The problem is that I wish to in some way highlight on the list the name when the operation has been performed, i.e. so the user will not get mixed up between which names have been already completed.
When I choose to highlight the text in bold it changes all names within he list.
me.dlistName.Font.Bold
How can I highlight in some way each individual name when required??
Please Help,
P.
The application I am working on requires the user to manually select a name from a Datalist then enter data about the name selected into textboxes, then subsequently submit the data. This must be done individually for each name in the list. The problem is that I wish to in some way highlight on the list the name when the operation has been performed, i.e. so the user will not get mixed up between which names have been already completed.
When I choose to highlight the text in bold it changes all names within he list.
me.dlistName.Font.Bold
How can I highlight in some way each individual name when required??
Please Help,
P.