Click here to Skip to main content
15,913,284 members

Comments by cgprakash (Top 8 by date)

cgprakash 21-Feb-18 0:27am View    
suppose if I select the doc. file to download, the file is end with .doc but if i try to open it shows invalid format and if i try to open in vs code IDE it shows the html of google signin page.
cgprakash 22-Jan-18 1:28am View    
Thnq Santosh
cgprakash 8-Oct-17 10:35am View    
hi Santosh, thnx for reply.
What i need exactly is to display count of each Labels in all columns:
for eg:
consider in first row it contains following values:
LABELS
--------------------------------------
keyword, keyword , seobook , adwords |
--------------------------------------

From the above instance, the word "keyword" comes two times and remaining are one time.

the result I need is:
TAGS    | TOTAL|
----------------
keywords| 2    |
seobook | 1    |
adwords | 1    |
----------------
cgprakash 26-Jan-17 0:48am View    
Thanks for reply Gopal, I didn't get the property "SqlQuery<int>". What to do?
cgprakash 26-Jan-17 0:34am View    
i have done it already at the earliest but it doesn't affects.