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
|