How to concatenate static text in the start of Eval(\"\") in asp.net?
Eval(\"\")
For concating two fields from db you can use string.Concat function in eval()
Text='<%# string.Concat(Eval("FirstName"), " ", Eval("LastName"))%>'