Page 1 of 1

SQL DataSource

Posted: Tue 08 Aug 2006 16:24
by jose carvalho
Are there any example using OraDirect .Net and sqlDataSource with a GridView ( .Net 2.0 )


Thanks

Posted: Thu 10 Aug 2006 11:13
by Oleg
This can be done in the few following steps:
  • Drop GridView control onto designer
  • Open Choose Data Source combobox from GridView Tasks popup
  • Select New Data Source
  • Choose Database
  • Setup new connection via OraDirect .NET Data Provider
  • Select table and columns
  • Finish Data Source Wizard
This is the easiest way to get customized GridView with SqlDataSource for
OraDirect .NET Data Provider. We plan to include set of tutorials to demonstrate
this in the next version of our provider.