response inline

On Nov 3, 12:05 pm, suedeuno <[email protected]> wrote:
> So you would bind every field in the control from the client?
No, the client would
1. get the data
2. pass the data to the component.
the component will manage how to display the data. as for input, the
same is true. you could pull the user input from the component and
then do whatever you want to it.


> Keep in mind that this control would be accessed from multiple
> applications
Even more reason not to tie it to a specific data access methology

> and the data would not change for the different
> applications. It is standard data not specific to any one application.
Then why is a database needed at all?

> It would seem to me to add quite a bit of duplication to bind the
> control from every client if the display data will be basically the
> same.
the application using the component is not binding the data. it's only
retrieving the data. the component is binding the data (DRY)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to