Hi.,
I need a 'Wrapper.cs' file which takes care of the Database connection ( Oracle 10g) where
i can just call the method with my SQL Query
(eg)
Gridview1.DataSource = SampleWrapper.ExecuteDatatable("THE SQL QUERY");
Gridview1.DataBind();
Plz Post the link if there is any open source !
View Complete Post