How can we interect with custom forms and event recievers? How can we talk to custom fields (asp controls) within the custom form from an event recievers?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can't talk to the fields. The custom forms are simply a way to add / update list items (which can also be done through a large number of other ways). The event receiver simply allows you access the list item data during the process of adding / updating it. |
|||
|
|