View Single Post
  #5 (permalink)  
Old June 21st, 2004, 05:11 AM
seeekvb seeekvb is offline
Registered User
 
Join Date: May 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to seeekvb Send a message via MSN to seeekvb Send a message via Yahoo to seeekvb
Default

Thanks for guiding me. i used the CInt and it solved my problem.

I want to have some more guidance from u. As VB provides Timer to generate an action set by the timer function. can we use timer like function in our ASP Page by getting time in minutes and on reaching that point a specific instruction is exequted. We are getting time in text box. and we also want to check in local that is it empty or not. how we can do it using vbscript.

Advance thanks for guiding me.

Quote:
quote:Originally posted by bmains
 Hello,

Again ASP only supports variant... you must use functions like cint() or cstr() to convert the data into the appropriate type to work successfully.

Brian
Reply With Quote