How to Implement Client Behavior

G

Guest

I am familiar with DHTML and the use of HTC files providing a behavior for a
given element within HTML code.

However, I am writing a web server control and would like to implement a
custom datagrid that will allow a user to drag it around the web page.

The problem with using an HTC file is that the component is not a web
application itself and would simply be added to the tool box via browsing for
the component's dll file. The developer then selects my control from the tool
box when desired and drops it on the page. That is all that the developer
should be required to do to use the control. He/She should not be required to
copy an HTC file to the web project, but I see no other way of doing it.

Help? Am I looking in the wrong direction to accomplish what I want?
 
B

bruce barker

ms gets around this by having a shared vdir on the server that all
applications use for shared client scripts. i'd also wean myself from htc's
as they are a dead technology.

-- bruce (sqlwork.com)
 

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

Top