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 '
Printable View
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 '
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