Error in .cs of Webform
im trying to solve this error on Line 8 ,what is it , How do i solve?
16 Replies
if you show the errors, maybe someone can help
its the one in the description below
when i run it it shows these
well, that's the error: those variables don't exist
I think they're talking about the warning on the original screenshot, the System thing.
The warning is probably because
System
is included twice
oh, i see why
you're using System
, then you use System.<something>
you should remove using System
or remove System
from all the other using
the best choice is to remove using System
let me try that
yeah i think so too
the variables exist in the front end file but the Csharp fie for backend isnt reading them
try it
remove just the
using System
still same issue , let me recheck my variable names , and see\
can you show it?
output:this:
inputππΎ
can you show what you did?
ok i just removed the other /using System from above
it was 3 of the i left only the last one
you were supposed to remove just the first one