I'm trying to implement a set of common ASP.Net controls to allow our
company to put applications to market faster.

To do this I've chosen to setup a Controls DLL which will hold the web
controls.

Then all of the web projects will reference this Controls Dll.

If I write a custom control and add it to the controls dll that
utilizes ajax, adds the ajax handler, and has the ajax method (probably
a delegate event allowing the developer to handle the event once the
event has been triggered via ajax.

Is it possible to do this?

I'm using .Net FW 1.1 and VS 2003.

Also is there anything special about the visibility of the method i.e.
does the method be protected or public? will it work with private
methods?

Also there is an attribute called AjaxNamespace, what does this do?
setting it doesn't seem to change anything in the client side, or is it
just the proxy class that is affected by this?

Many thanks for your time

Pete


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" 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/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to