Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
How to do create table??
posted

 hi every body!

i am want to create a table with name of column is date time??

thanks help me.

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    There are lots of samples of this in the NetAdvatange SDK and on the web site.

    How you create the data in your grid depends on a lot of different factors. If you are getting your data from a database, then you will probably want to use a DataTable or DataSet. In which case, you will need to consult Microsoft documentation on how to create a DataSet from your database.

    If you just want to create some data in code without any back end, then you have a number of options. The simplest of these would be to use the UltraDataSource component. In fact, if you place a new grid on a form, the grid's QuickStart designer will pop up and walk you through this process.

Children
No Data