Click here to Skip to main content
16,011,988 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please Answer My Question, Thanks for all.




private SearchView2 frmSearchView;
private List<searchview2> frmSearchViewList;

frmSearchView = frmSearchViewList.get("id=1");
Posted
Comments
Shubhashish_Mandal 7-Mar-13 7:54am    
want to filter the list or want to retrive from list?
Sandeep Mewara 7-Mar-13 10:08am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
DalliaF 8-Mar-13 1:34am    
visit this site for reference ---> http://docs.oracle.com/cd/E19957-01/816-6402-10/search.htm
ghincelino 13-Mar-13 0:49am    
click this link.. to have your reference..
http://go4answers.webhost4life.com/Example/retrieve-necessary-fields-listitem-124465.aspx
agnesn88 13-Mar-13 2:19am    
The getItems(query) function enables you to define a Collaborative Application Markup Language (CAML) query that specifies which items to return. You can pass an undefined CamlQuery object to return all items from the list, or use the set_viewXml function to define a CAML query and return items that meet specific criteria.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900