Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
How to link an infragistics control editor to a SahrePoint List Column?
posted

Hello,

 

I edited the file NewForm.aspx (of a sharepoint web site) which allows inserting new item in a sharepoint list. In this form there was a standard numeric field (created automatically by sharepoint through creating new column in the list) representing the phone number.

I want to replace this classic field with an advanced one which is WebMaskEdit control in order to mask the inserted values by the user.

Well, I inserted, successefully, this control in the form by editing this above aspx file via sharepoint designer. Just what I need to finish is binding this control to the correspondent field column of the list. That means I want to get the inserted value in the WebMaskEdit control and then insert it in the right column.

Is there any approach to make the binding between an infragistics control and a sharepoint list column?