I have a list (tick_gen) which has a view called "tick_dView" this view just has one row. How can I fetch the value of "Tick_id" column using SharePoint object model?
|
feedback
|
|
At first get a view, next create an SPQuery object using this view's query and then get your item.
You can also pass view directly into spquery constructor (and ommit 3 and 4th lines), but doing this you must be sure, that | |||||
feedback
|