PDA

Click to See Complete Forum and Search --> : Error in page


sapnapuranic
Dec 26th, 2003, 04:21 AM
Hello experts,

i am designing an asp.net page & storing the script code
in code behind.
but in the codebehind , if i use functions like
left(),datedeiff & so on , i get the errormessgae
'left is not declared '

MarkusJ_NZ
Jan 11th, 2004, 02:22 PM
These commands are old legacy Visual Basic commands and are no longer available under .net (Unless you import system.VisualBasic in the code behind/ class page).

hth
Regards
Markus