How can i use a windows forms dataset for my asp .net website or vice versa?

  • Thread starter Thread starter Anjan Bhowmik
  • Start date Start date
A

Anjan Bhowmik

I have a project that access data by asp .net intranet site and windows
forms c# application.

So i want a single dataset to be used by these 2 applications. But could not
do that, the dataset from 1 would not even compile under another project.

So, what do i do to make them work?
 
Does the compiler shows a "compile error, sorry no details available" ? If
not don't you think telling us what is the error message could help ?
 
Back
Top