Click here to Skip to main content
15,921,941 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Javascript problem Pin
Pradyumna Gogte5-Aug-05 3:15
Pradyumna Gogte5-Aug-05 3:15 
GeneralRe: Javascript problem Pin
Chetan Ranpariya5-Aug-05 17:37
Chetan Ranpariya5-Aug-05 17:37 
GeneralRe: Javascript problem Pin
Pradyumna Gogte6-Aug-05 0:33
Pradyumna Gogte6-Aug-05 0:33 
GeneralRe: Javascript problem Pin
Chetan Ranpariya6-Aug-05 0:52
Chetan Ranpariya6-Aug-05 0:52 
GeneralJavascript Pin
cberam5-Aug-05 1:16
cberam5-Aug-05 1:16 
GeneralRe: Javascript Pin
Marc Soleda5-Aug-05 5:02
Marc Soleda5-Aug-05 5:02 
GeneralPrinting from PDF file in IE Pin
mv_coffee4-Aug-05 21:54
mv_coffee4-Aug-05 21:54 
GeneralEOF AND BOF ??? Error page with no result query Pin
evlxtc4-Aug-05 3:10
evlxtc4-Aug-05 3:10 
When I send a Query that returns no results there is simply an error page and NOT the "NO RESULTS FOUND" that I want displayed... CAN YOU PLEASE HELP.. This is my code for the body section... all seems fine as per my tutorial?? Would you need the rest of the code page or not? It is simply suppose to display SOMETHING except an error page when you have no results in the query search???








<%
i=0
While (i<=37)
%>
><%=response.Write(CatArray(i))%>

<%
i=i+1
Wend
%>

OR




<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>

<% IF Recordset1.EOF OR Recordset1.BOF Then %>
<% Else %>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>

Records <%=(Recordset1_first)%> to <%=(Recordset1_last)%> of <%=(Recordset1_total)%> Category Price
<%=(Recordset1.Fields.Item("DESCRIPTION").Value)%> <%=(Recordset1.Fields.Item("CAT").Value)%> R<%=(Recordset1.Fields.Item("INCL TAX").Value)%>

<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
<% End if %>
<% If Recordset1.EOF And Recordset1.BOF Then %>

NO MATCH FOUND

<% End If ' end Recordset1.EOF And Recordset1.BOF %>

 




<%
Recordset1.Close()
Set Recordset1 = Nothing
%>


this is me
QuestionCancelling the META REFRESH timer Pin
Paul Watson4-Aug-05 2:18
sitebuilderPaul Watson4-Aug-05 2:18 
GeneralRe: Cancelling the META REFRESH timer Pin
Guffa4-Aug-05 4:32
Guffa4-Aug-05 4:32 
AnswerRe: Cancelling the META REFRESH timer Pin
Shog94-Aug-05 16:24
sitebuilderShog94-Aug-05 16:24 
GeneralRe: Cancelling the META REFRESH timer Pin
Paul Watson5-Aug-05 0:49
sitebuilderPaul Watson5-Aug-05 0:49 
Generalasp.net events Pin
wpcolleen4-Aug-05 0:16
wpcolleen4-Aug-05 0:16 
QuestionASP.NET &amp; System.Diagnostics.Debug.WriteLine ? Pin
Jon Hulatt3-Aug-05 23:22
Jon Hulatt3-Aug-05 23:22 
GeneralAsp SourceCode Management Tool Pin
Paul Sun3-Aug-05 21:28
Paul Sun3-Aug-05 21:28 
GeneralRe: Asp SourceCode Management Tool Pin
Paul Sun3-Aug-05 21:51
Paul Sun3-Aug-05 21:51 
GeneralRe: Asp SourceCode Management Tool Pin
enjoycrack3-Aug-05 23:53
enjoycrack3-Aug-05 23:53 
GeneralRe: Asp SourceCode Management Tool Pin
Paul Sun4-Aug-05 15:17
Paul Sun4-Aug-05 15:17 
GeneralASP.NET/C#/CDO COMException.. PLEASE HELP! Pin
Jonathan W. Zaleski3-Aug-05 11:22
Jonathan W. Zaleski3-Aug-05 11:22 
GeneralOn Closing a Browser Window... Pin
SABhatti3-Aug-05 4:05
SABhatti3-Aug-05 4:05 
GeneralRe: On Closing a Browser Window... Pin
Guffa3-Aug-05 5:34
Guffa3-Aug-05 5:34 
GeneralRe: On Closing a Browser Window... Pin
SABhatti3-Aug-05 6:29
SABhatti3-Aug-05 6:29 
GeneralUsing ActiveX component in a web page Pin
Spaz803-Aug-05 0:51
Spaz803-Aug-05 0:51 
GeneralRe: Using ActiveX component in a web page Pin
Pradyumna Gogte5-Aug-05 3:20
Pradyumna Gogte5-Aug-05 3:20 
GeneralNewbie Here Pin
Ethel038@aol.com2-Aug-05 19:56
Ethel038@aol.com2-Aug-05 19:56 

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.