Click here to Skip to main content
15,917,320 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Setting focus to textbox Pin
ashwinim24-Apr-08 0:10
ashwinim24-Apr-08 0:10 
GeneralRe: Setting focus to textbox Pin
Spunky Coder24-Apr-08 0:42
Spunky Coder24-Apr-08 0:42 
GeneralRe: Setting focus to textbox Pin
ashwinim24-Apr-08 1:47
ashwinim24-Apr-08 1:47 
GeneralRe: Setting focus to textbox Pin
eyeseetee24-Apr-08 2:50
eyeseetee24-Apr-08 2:50 
Questionnot getting data after click on button Pin
Ankit At Codeproject23-Apr-08 23:29
Ankit At Codeproject23-Apr-08 23:29 
GeneralRe: not getting data after click on button Pin
eyeseetee23-Apr-08 23:55
eyeseetee23-Apr-08 23:55 
QuestionRe: not getting data after click on button Pin
Ankit At Codeproject24-Apr-08 0:00
Ankit At Codeproject24-Apr-08 0:00 
GeneralRe: not getting data after click on button Pin
Ankit At Codeproject24-Apr-08 0:19
Ankit At Codeproject24-Apr-08 0:19 
QuestionRe: not getting data after click on button Pin
Ankit At Codeproject24-Apr-08 0:25
Ankit At Codeproject24-Apr-08 0:25 
Generaltransaction problem Pin
Kissy1623-Apr-08 23:27
Kissy1623-Apr-08 23:27 
GeneralRe: transaction problem Pin
Mark J. Miller24-Apr-08 10:26
Mark J. Miller24-Apr-08 10:26 
GeneralError msg: Failed to map the path '/' in file upload Pin
Member 387988123-Apr-08 23:07
Member 387988123-Apr-08 23:07 
GeneralRe: Error msg: Failed to map the path '/' in file upload Pin
samMaster23-Apr-08 23:19
samMaster23-Apr-08 23:19 
GeneralRe: Error msg: Failed to map the path '/' in file upload Pin
Member 387988123-Apr-08 23:26
Member 387988123-Apr-08 23:26 
Questionhow to find path of msi which is in Setup Pin
Piyush Vardhan Singh23-Apr-08 22:42
Piyush Vardhan Singh23-Apr-08 22:42 
AnswerRe: how to find path of msi which is in Setup Pin
eyeseetee23-Apr-08 22:53
eyeseetee23-Apr-08 22:53 
GeneralRe: how to find path of msi which is in Setup Pin
Piyush Vardhan Singh23-Apr-08 23:05
Piyush Vardhan Singh23-Apr-08 23:05 
GeneralIndexing search.... Pin
Moghan23-Apr-08 22:33
Moghan23-Apr-08 22:33 
GeneralRe: Indexing search.... Pin
eyeseetee23-Apr-08 22:52
eyeseetee23-Apr-08 22:52 
GeneralRe: Indexing search.... Pin
Moghan23-Apr-08 23:11
Moghan23-Apr-08 23:11 
GeneralRe: Indexing search.... Pin
Harini N K23-Apr-08 22:54
Harini N K23-Apr-08 22:54 
GeneralRe: Indexing search.... Pin
Moghan23-Apr-08 23:08
Moghan23-Apr-08 23:08 
GeneralRe: Indexing search.... Pin
Harini N K23-Apr-08 23:14
Harini N K23-Apr-08 23:14 
GeneralRe: Indexing search.... Pin
Harini N K23-Apr-08 23:19
Harini N K23-Apr-08 23:19 
Hi,

One more thing, replace the variable searchText as parameter to avoid security (SQL Injection).


Harini N K wrote:
cmdSearch.CommandText = "SELECT Vpath, path, FileName, size, write, attrib, Characterization, DocTitle, rank FROM SCOPE('shallow traversal of " + "\"" + "/Software" + "\"" + "') where FREETEXT(contents,'" + searchText + "') order by rank desc ";


This is a good coding practice in any langauge.

Harini

GeneralRe: Indexing search.... Pin
Moghan23-Apr-08 23:39
Moghan23-Apr-08 23:39 

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.