asp.net - Modify exisiting datagrid layout? -


<asp:boundcolumn datafield="status" visible="false"></asp:boundcolumn> 

i've added .aspx file. there 15 columns excluding 1 being filled via datagrid object (which being filled dataset sql table in it). overall purpose of adding new column use new column that's in dataset (sql table). however, datagrid still counts 15 columns. how go filling new column sql data need, assuming i'm calling:

grid.datasource = sqltable grid.databind() 

would need physically add empty column datagrid prior this? or should new .aspx boundcolumn work fine , there's else going on.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -