|  | 
 
| <HeaderTemplate> <asp: Label id = Label1 runat = "server" Text = '<% # DataBinder.Eval (Container, "DataItem.BBS_modulename")%>'> </ asp: Label>
 
 </ HeaderTemplate>
 
 I want the header to display the contents of the first row and first column of the DataSet binding. How do I write it?
 '<% # DataBinder.Eval (Container, "DataItem.BBS_modulename", "{0: n}")%>'
 I see this writing on the Internet and I do n’t know what it means. It does n’t work.
 | 
 |