Click here to Skip to main content
15,860,972 members

Comments by sam7one (Top 15 by date)

sam7one 2-Jan-14 7:11am View    
Thanks it worked...
Not using input element because I have to show count of total candidates and upon clicking that count will show detailed report for candidates...
sam7one 17-Nov-13 9:39am View    
Thanks for prompt reply, both the answers serve my purpose...
sam7one 17-Nov-13 9:39am View    
Thanks for prompt reply, both the answers serve my purpose...
sam7one 30-Sep-13 10:24am View    
It does not work, if I use it with LinkButton control, it throws error "Cannot convert type 'string' to 'bool'".

If used HTML anchor tag, it gives error "DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name 'Valid'."
sam7one 28-Aug-13 13:05pm View    
[Computer Class], [Computer], [Class] are data values contained in column "Subjects", they are not actual columns.

You misunderstood the question or I was not able to explain it properly. Its not about Select clause, its about where clause using Fulltext search option and finding data with relevance. my search query would be

Select Subjects(column) from Search(table) WHERE FREETEXT(Subjects(Column),'"COMPUTER CLASS"')