HI All.
I have a requirement to display item in Asp.net listbox as follows.
UserFullName(Domain\UserID)
Ex: Ravindra(Corp\Ravi.k)
How can i display UserFullName bold in this case it will be Ravindra. and remaining content Normal at run time..
I am using Asp.NET ListBox control for multiple select.
Please let me know how can we achieve this requirement.
Go to the complete details ...