Home > ASP Development > Field 'call_header.Slide' cannot be a zero-length string

Field 'call_header.Slide' cannot be a zero-length string



I keep getting this error message, even though call_header slide is selected from a drop down on the preious page!!!



Field 'call_header.Slide' cannot be a zero-length string

    
Guest


We're not Miss Cleo. You're going to have to post your code.

Was this answer helpful ? Yes No   
Guest


you probably don't have any value for the selected option. post your code and we shall see...

Was this answer helpful ? Yes No   
Guest


hej Missy, what about ALL these red headed posts?? Are you in a kind of hurry??

Was this answer helpful ? Yes No   
Guest


Yu could say that....I need this finished and a report completed by tomorrow!! Thankfully...it's pretty much all working now...just need to make it more robust...like adding session variables...that kinda stuff!!

Was this answer helpful ? Yes No   
Guest


so that means you solved all the problems/questions you posted so far?? cool!

Was this answer helpful ? Yes No   
Guest


Yeah...thank you again...alot of them result from something so small...but it's my inexperience that means solving them takes forever!! I'm learning though!!

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by MISSYK77
Yeah...thank you again...alot of them result from something so small...but it's my inexperience that means solving them takes forever!! I'm learning though!!


Trial and Error is the best way to learn....

Was this answer helpful ? Yes No   
Guest


Quick question...don't wanna start a whole new post...getting paranoid!!

What's missing here? This is my page I have included on each of my pages to check user is logged on!!

<code>

<%

if session.Contents("user") <> "" then

Response.Redirect

else

Response.Redirect "Logon.asp"

Response.End

end if

%>

</code>


I know there should be something after the response direct...but i don't know what!!

Was this answer helpful ? Yes No   
Guest



Code:


<%

if session.Contents("user") = "" then

Response.Redirect("Logon.asp")
Response.End

end if

%>



Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved