Hi
I want if there is value in Status then Status value should be displayed else "-" in centre
Thanks
Hi
I want if there is value in Status then Status value should be displayed else "-" in centre
Thanks
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.
Gowtham RamarPosted Oct 19, 2022, 6:24 AM
<asp:LinkButtonID="lnkStatus"runat="server"Text='<%# Eval("Status").ToString() == "" ? "-" :Eval("Status").ToString() %>'>>