M
Mac via DotNetMonster.com
Hi all,
I have a datagrid on a form which is not populated until the user enters
selection criteria and clicks a button. Rather than have a blank datagrid
when the form is displayed, I would like to have the columns headings that
are to be displayed actually there. Is this possible?
I know how to create a DataGridStyle programatically and add columns, so I
added this chunk of code to the "page_load" event and nothing happened. Am
I on the right track?
Any help appreciated.
regards,
Mac
I have a datagrid on a form which is not populated until the user enters
selection criteria and clicks a button. Rather than have a blank datagrid
when the form is displayed, I would like to have the columns headings that
are to be displayed actually there. Is this possible?
I know how to create a DataGridStyle programatically and add columns, so I
added this chunk of code to the "page_load" event and nothing happened. Am
I on the right track?
Any help appreciated.
regards,
Mac