B
blarfoc
our web application is 3 tiers, database, web services, and web
interface.
on the web interface we have a web custom control that wraps up our
tree view. it is special for us and has much code, javascript,
postbacks, and events, it makes sense to wrap it into a web custom
control because we will use it in many web applications. it interacts
with the database through web services. it cannot talk directly to the
database.
can it be put on a web server and consumed as a web service?
interface.
on the web interface we have a web custom control that wraps up our
tree view. it is special for us and has much code, javascript,
postbacks, and events, it makes sense to wrap it into a web custom
control because we will use it in many web applications. it interacts
with the database through web services. it cannot talk directly to the
database.
can it be put on a web server and consumed as a web service?