Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to bind grid view through java script? Pin
Amit Agarrwal24-Apr-08 21:00
Amit Agarrwal24-Apr-08 21:00 
GeneralRe: how to bind grid view through java script? Pin
Ashish Sehajpal25-Apr-08 1:32
Ashish Sehajpal25-Apr-08 1:32 
QuestionHow to create live chat Pin
raushan_924-Apr-08 19:41
raushan_924-Apr-08 19:41 
AnswerRe: How to create live chat Pin
N a v a n e e t h24-Apr-08 20:23
N a v a n e e t h24-Apr-08 20:23 
AnswerRe: How to create live chat Pin
Vasudevan Deepak Kumar24-Apr-08 21:14
Vasudevan Deepak Kumar24-Apr-08 21:14 
AnswerRe: How to create live chat Pin
Ashish Sehajpal25-Apr-08 1:40
Ashish Sehajpal25-Apr-08 1:40 
GeneralAjax error with multiple copies of a page on one machine Pin
dmohr6924-Apr-08 19:10
dmohr6924-Apr-08 19:10 
GeneralIndex Search... Pin
Moghan24-Apr-08 18:25
Moghan24-Apr-08 18:25 
Can we use the SUBSTRING in Index Search select Query... ie Something like the below..

cmdSearch.CommandText = "select Vpath, path, FileName, size, write, attrib, SUBSTRING(Characterization,90,DATALENGTH(Characterization)-1) as Characterization, DocTitle, rank from scope('shallow traversal of " + "\"" + "/Software" + "\"" + "," + "\"" + "/Industries" + "\"" + "," + "\"" + "/" + "\"" + "') where FREETEXT(contents,'" + searchText + "') and FileName NOT LIKE 'inc_%' and FileName NOT LIKE '%.js' and FileName NOT LIKE 'searchresult.aspx' and FileName NOT LIKE '%.css' order by rank desc ";

Im getting Error:

Incorrect syntax near '('. Expected ',', '.', FROM. SQLSTATE=42000
GeneralRe: Index Search... Pin
AlexeiXX324-Apr-08 18:48
AlexeiXX324-Apr-08 18:48 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:53
Harini N K24-Apr-08 18:53 
GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:54
Moghan24-Apr-08 18:54 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:52
Harini N K24-Apr-08 18:52 
GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:59
Moghan24-Apr-08 18:59 
GeneralProblem with Loading an User Control dynamically [modified] Pin
lovedotnet24-Apr-08 18:24
lovedotnet24-Apr-08 18:24 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX324-Apr-08 18:43
AlexeiXX324-Apr-08 18:43 
GeneralRe: Problem with Loading an User Control dynamically Pin
lovedotnet25-Apr-08 0:56
lovedotnet25-Apr-08 0:56 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX325-Apr-08 5:17
AlexeiXX325-Apr-08 5:17 
GeneralRe: Problem with Loading an User Control dynamically Pin
Mircea Grelus25-Apr-08 12:12
Mircea Grelus25-Apr-08 12:12 
QuestionHow to get radiobutton value inside a button click event. [modified] Pin
chakran24-Apr-08 18:06
chakran24-Apr-08 18:06 
AnswerRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 18:26
AlexeiXX324-Apr-08 18:26 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 18:56
chakran24-Apr-08 18:56 
GeneralRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 19:01
AlexeiXX324-Apr-08 19:01 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 19:08
chakran24-Apr-08 19:08 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 20:38
chakran24-Apr-08 20:38 
GeneralRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX325-Apr-08 5:23
AlexeiXX325-Apr-08 5:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.