Thirteen 0 Newbie Poster

Hello,
I have to create a webapplication in ASP.net / C# with an Oracle Database in background.

At first: I have no idea to do this!

I read some things about ADO.net, DataSets, DataGrid and DataAdapter. But I think I don't got it completly.

Now my responsible wants to display data from the database with a DataGrid only using the cs file. I "know" I will need a DataSet to do changes at the database. And I was able to established a connection to the database and read some date with the oraReader.

I try to search the internet for this things but find only oracle things with VB oder C# implementation of a SQL-database. I search here, but I don't know enough to find a solution with existing threads.

I'm not able to customize commands from the microsoft example at
http://support.microsoft.com/kb/310143
because its a webservice and I'm not sure which parts I have to change and with which content I have to change it.

May someone could help me with my problem. I don't know which code or additional information are useful yet.
Or may I'm on the wrong way and I have to look for a other keywords.