Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Width="100px">
  2. <Columns>
  3. <asp:BoundField DataField="Dado1">
  4. <ItemStyle Wrap="True" />
  5. </asp:BoundField>
  6. </Columns>
  7. </asp:GridView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement