prathyusha

prathyusha

  • NA
  • 180
  • 72.8k

how to bind the label to gridview

Jan 2 2013 7:19 AM
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)