Quote:
Originally posted by vkallelil
[1) How can I show a message, when Rec1 or Rec2 is null and redirect then to asp_page1. Do I have to write a script or can I just use response.write "...."
I tried the following code:
If Rec.RecordCount = 0 or Rec1.RecordCount= 0 Then
Response.Write "....."
Response.Redirect "asp_page1.asp"
End if
This code gives me an error.
2) Can I check the value for Rec1 and Rec2 in asp_page1 and then submit it to asp_page2. How can I do these??
Thanks
Reggie
Well, I'm not going to tell you the best way. TIAMTOW.