Share DLL's and data binding

  • Thread starter Fred Flintstone
  • Start date
F

Fred Flintstone

I've created my own data classes to retrieve data from a SQL server.
I find it far more flexible. But it leaves me with some other
questions.

I've compiled the data classes to self contained DLL's. My VB.Net app
needs them and the companion Asp.Net app needs them so a shared DLL
seems to be the way to go. Until I get to the topic of data binding.

It seems data binding requires the use of a Data Adapter. But I don't
use data adapters in that sense. I'm just adding more dimension to an
application that doesn't need it. All SQL objects are accessed via
raw code.

Where do I go from here? I can't bind to a custom class like this, or
so it would seem. These classes and their data members don't seem to
be available as a bindable data source so how would I bind to it or
use it in such a manner?

Am I making sense? Am I missing something? :)

Thanks!
 
F

Fred Flintstone

Nobody data binds? Nobody uses DLL's for anything? Nobody knows what
a data adapter is?

That's really funny, all these MS MVP's in here, all the promotion MS
does about these groups and they're apparently filled with
ignoramuses. Not one certified MS whatever understands what a DLL is
and how data binding works? I'm impressed.

What a complete waste of time these groups are.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Binding XML Data to WPF 1
Binding object 1
WPF Usercontrol used in ListView 1
Binding source data source 1
LINQ vs 3-tier vs binding 3
data sources and data binding 4
'Nother, larger binding problem 3
Data Binding 3

Top