Hi,
How can I bold this below string. I have tried bold & string tags as well and it didn't work.
string strID = strGroupID + "-";
Please help me sort this.
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.
VulpesPosted Dec 22, 2014, 9:51 AM
Vignesh KumarPosted Dec 22, 2014, 6:42 AM
The below values will be inserted into a column and in this I need to highlight only [GroupID] value which comes from the string strID and this is how the result should be.
[GroupID] - GroupID, Value1,Value2,Value3
VulpesPosted Dec 22, 2014, 6:09 AM
Vignesh KumarPosted Dec 22, 2014, 5:50 AM
I need to highlight the Primary Key column alone.
ID
[GroupID] - GroupID, Value1,Value2,Value3
My string has value [GroupID]-
VulpesPosted Dec 22, 2014, 5:44 AM
Vignesh KumarPosted Dec 22, 2014, 5:35 AM
VulpesPosted Dec 22, 2014, 5:33 AM