Half Sized Blog Element (Single Author Style)

Half Sized Blog Element (Multi Author Style)

, ,

Calling a web service programmatically

Here is an example of calling a web service client-side from a Button control within a form. The first thing we have to do is to create the web service call in Web Services section. In our example  we will demonstrate one of the default sharepoint web services  Lists.asmx. We give the name ‘All Lists’, […]

, ,

Handling the Value-Change event of controls

There is a special section in the control properties dialog where users can write the client-side script that will be executed when the value for that control changes. All the available methods and properties of the “form” object or the individual control methods can be found here : Form properties and methods Control properties and […]

, ,

Calling a web service programmatically

Here is an example of calling a web service client-side from a Button control within a form. The first thing we have to do is to create the web service call in Web Services section. In our example  we will demonstrate one of the default sharepoint web services  Lists.asmx. We give the name ‘All Lists’, […]

, ,

Handling the Value-Change event of controls

There is a special section in the control properties dialog where users can write the client-side script that will be executed when the value for that control changes. All the available methods and properties of the “form” object or the individual control methods can be found here : Form properties and methods Control properties and […]