21
Answers

how to bind the label to gridview

prathyusha

prathyusha

11y
6.9k
1
hi
how to bind the label to gridview 
<asp:Label ID="Label1" runat="server" text="Mobile"  ><%# ProcessMyDataItem(Eval("Mobile")) %></asp:Label>
when that mobile value is null from database then that label is not display or not bind to gridview
Answers (21)