You are currently viewing the BOOK: Beginning C# 2005 Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Yes you are right......custom binding can be specified inside the <asp:datagrid> tag. Using <column><asp:BoundColumn></asp:BoundColumn></column>. That does the trick. But then again it adds the bounded data columns at the beginning of the data grid. But I want to put that column after 3 columns. and also would like to delete/hide the unformated columns that are visible.