Click here to Skip to main content
15,887,421 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ie css display issue, I need advice Pin
phil.o26-Oct-10 3:41
professionalphil.o26-Oct-10 3:41 
GeneralRe: ie css display issue, I need advice Pin
W Balboos, GHB8-Nov-10 2:34
W Balboos, GHB8-Nov-10 2:34 
GeneralRe: ie css display issue, I need advice Pin
cjoki10-Nov-10 15:10
cjoki10-Nov-10 15:10 
QuestionTabbed Page in HTML Pin
swornavidhya_m14-Oct-10 1:26
swornavidhya_m14-Oct-10 1:26 
GeneralRe: Tabbed Page in HTML Pin
Murugesan G14-Oct-10 20:51
Murugesan G14-Oct-10 20:51 
QuestionWant to display images from database with thumbnails but I have errors [modified] Pin
dababy13-Oct-10 5:43
dababy13-Oct-10 5:43 
AnswerRe: Want to display images from database with thumbnails but I have errors Pin
Not Active14-Oct-10 0:17
mentorNot Active14-Oct-10 0:17 
AnswerRe: Want to display images from database with thumbnails but I have errors Pin
NeverHeardOfMe14-Oct-10 3:46
NeverHeardOfMe14-Oct-10 3:46 
Don't know - but you might want to look at your first line:

dababy wrote:
strSearch = "SELECT Brief,Area,City,Country,Telephone,File Data" & "FROM [registration] " & "WHERE City LIKE '" & Replace(request.Form("txtsearch"), "'", "''") & "%' "


getting rid of the totally unneccesary concatenations, you end up with

strSearch = "SELECT  Brief,Area,City,Country,Telephone,File DataFROM [registration] WHERE City LIKE  '" & Replace(request.Form("txtsearch"), "'", "''") & "%' "


which will cause an error at ...File DataFROM [reg...
GeneralRe: Want to display images from database with thumbnails but I have errors Pin
dababy14-Oct-10 4:33
dababy14-Oct-10 4:33 
GeneralRe: Want to display images from database with thumbnails but I have errors Pin
NeverHeardOfMe14-Oct-10 4:39
NeverHeardOfMe14-Oct-10 4:39 
QuestionRe: Want to display images from database with thumbnails but I have errors Pin
Luc Pattyn14-Oct-10 4:57
sitebuilderLuc Pattyn14-Oct-10 4:57 
AnswerRe: Want to display images from database with thumbnails but I have errors Pin
T M Gray21-Oct-10 10:14
T M Gray21-Oct-10 10:14 
GeneralRe: Want to display images from database with thumbnails but I have errors Pin
Anupam Singh2-Jan-11 19:57
Anupam Singh2-Jan-11 19:57 
QuestionSetting background image for iframe? Pin
swornavidhya_m12-Oct-10 4:54
swornavidhya_m12-Oct-10 4:54 
AnswerRe: Setting background image for iframe? Pin
Jules VDV26-Oct-10 15:46
Jules VDV26-Oct-10 15:46 
QuestionSimple CSS Question. Pin
Dalek Dave11-Oct-10 8:59
professionalDalek Dave11-Oct-10 8:59 
AnswerRe: Simple CSS Question. [modified] Pin
DaveAuld11-Oct-10 9:06
professionalDaveAuld11-Oct-10 9:06 
GeneralRe: Simple CSS Question. [modified] Pin
Dalek Dave11-Oct-10 10:28
professionalDalek Dave11-Oct-10 10:28 
GeneralRe: Simple CSS Question. Pin
DaveAuld12-Oct-10 1:18
professionalDaveAuld12-Oct-10 1:18 
AnswerRe: Simple CSS Question. Pin
Pete O'Hanlon11-Oct-10 9:47
mvePete O'Hanlon11-Oct-10 9:47 
GeneralRe: Simple CSS Question. Pin
Jules VDV26-Oct-10 4:46
Jules VDV26-Oct-10 4:46 
GeneralRe: Simple CSS Question. Pin
Dalek Dave26-Oct-10 12:02
professionalDalek Dave26-Oct-10 12:02 
GeneralRe: Simple CSS Question. Pin
User 171649226-Oct-10 13:22
professionalUser 171649226-Oct-10 13:22 
GeneralRe: Simple CSS Question. Pin
Jules VDV26-Oct-10 15:43
Jules VDV26-Oct-10 15:43 
QuestionInclude an HTML File into an another html file. Pin
swornavidhya_m11-Oct-10 3:33
swornavidhya_m11-Oct-10 3:33 

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.