Click here to Skip to main content
15,890,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
Generalsize of page Pin
ptvce23-Apr-08 22:03
ptvce23-Apr-08 22:03 
GeneralRe: size of page Pin
eyeseetee23-Apr-08 22:30
eyeseetee23-Apr-08 22:30 
GeneralRe: size of page Pin
ptvce23-Apr-08 23:48
ptvce23-Apr-08 23:48 
GeneralRe: size of page Pin
eyeseetee23-Apr-08 23:52
eyeseetee23-Apr-08 23:52 
GeneralRe: size of page Pin
ptvce23-Apr-08 23:59
ptvce23-Apr-08 23:59 
GeneralRe: size of page Pin
samMaster23-Apr-08 22:38
samMaster23-Apr-08 22:38 
Generallist box control Pin
rajkumar.323-Apr-08 21:43
rajkumar.323-Apr-08 21:43 
GeneralRe: list box control Pin
eyeseetee23-Apr-08 21:50
eyeseetee23-Apr-08 21:50 
GeneralRe: list box control Pin
rajkumar.323-Apr-08 22:05
rajkumar.323-Apr-08 22:05 
GeneralRe: list box control Pin
eyeseetee23-Apr-08 22:27
eyeseetee23-Apr-08 22:27 
Generalrich text format Pin
krishnaveer23-Apr-08 20:57
krishnaveer23-Apr-08 20:57 
GeneralRe: rich text format Pin
Kannan.Coder23-Apr-08 21:08
Kannan.Coder23-Apr-08 21:08 
GeneralRe: rich text format Pin
krishnaveer23-Apr-08 21:46
krishnaveer23-Apr-08 21:46 
Generaldownloading a large file using asp.net 2.0 with C# Pin
ganeshMohan23-Apr-08 20:29
ganeshMohan23-Apr-08 20:29 
GeneralRe: downloading a large file using asp.net 2.0 with C# Pin
eyeseetee23-Apr-08 21:28
eyeseetee23-Apr-08 21:28 
GeneralRe: downloading a large file using asp.net 2.0 with C# Pin
Vasudevan Deepak Kumar23-Apr-08 21:44
Vasudevan Deepak Kumar23-Apr-08 21:44 

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.