Help with datagrid binding and formatting please

  • Thread starter Thread starter uknees
  • Start date Start date
U

uknees

Hi,

I am a little rusty with vb.net so, i hope anyone can help.

I would like to know where i can get information on how to bind data
to a datagrid programmatically and also bind and format the columns
to reflect the data that is friendly to the users.

for example, i have a dataset ready to bind to the datagrid.
-how can i make sure that only the columns that needs to be displayed
will be displayed?
-Also, for columns containing datatype of date format, how can i
display it in the format such as dd/mm/yy?

any help will be appreciated. Thanks in advance!
 
Back
Top