Posts

Showing posts from April, 2011

Sharepoint 2010:ECMA script to retrieve list data

Sharepoint 2010 has got new greate feature called "Client object Model" which is very useful. Client object model helps developers in making things easier to develop client side applications in sharepoint 2010. Using client object model we can do many of things with out writing server side code. you will find enough of information on msdn about Client Object model and differerent platforms where it can be used,so iam will concentrating on ECMA script. ECMA script:have you ever thought of using sharepoint objects in client(javascript) and updating the list items without having to write server code and with out having to deploy it as feature? Yes its possible and here where ECMA script comes in to picture. In this blog i am going to write about retrieving the list data using ECMA script. Please find the code below to retrieve list data using ECMA script:            <script type="text/javascript">     ...