How to check textbox with another list column? I am currently populating a dropdown with a data source and then comparing the text box with the items in the drop down using javascript. Is there a better way?
The second problem I encountered is running the Validate function.
I am aware of two custom forms for adding data to a sharepoint list. One of them is created using the Dataview Webpart web part in Sharepoint Designer, and the other is created using the list form web part in the Sharepoint designer.
I have a DataFormWebPart that I created using the Sharepoint Designer Insert Dataview → Insert Selected Fields as the new form of the element. This gives the Save and Cancel buttons at the end of the form. How to intercept the Save event?
I found one solution, but it only works with the NewForm page with Cancel buttons. http://www.codeproject.com/KB/sharepoint/Control_validation.aspx
validation forms sharepoint dataview
user24912
source share