1
Answer

How to interact sharepoint CMS with visual studio

Kirti Jain

Kirti Jain

7y
229
1
I am using office365 and I have created a custom list and document library in this.
1. So How can we use this list and library in visual studio for a web application ?
 
2. How can we use sharepoint as CMS to interact with visual studio to create a web application.?
Answers (1)
1
Amit Gupta

Amit Gupta

NA 16.5k 25.7k 8y
You can use ISNULL function, if value is null it display 0
 
ISNULL(columnName, 0)
 
For further reference:
http://stackoverflow.com/questions/16667148/instead-of-null-how-do-i-show-0-in-result-with-select-statement-sql
 
Do let me know if it solves your problem. 
0
Bikesh Srivastava

Bikesh Srivastava

NA 19.8k 835.1k 8y
Use this code.
ISNULL(clmnName, 0)