The name ‘SqlHelper’ does not exist in the current context
Compiler Error Message: CS0103: The name ‘SqlHelper’ does not exist in the current context
current context type error come in existence if we forget to include namepace for function/ object we are using on that particular file. OR else if you created some custom class then be sure that class is in your application scope. i.e. App_code folder.
Compiler Error Message: CS0103: The name ‘SqlHelper’ does not exist in the current context Cannot implicitly convert type ‘int’ to ‘string’