am creating ASP.net C# web application.
am using Checkbox. i can use it in my .cs file but when i run d program i get d error
The name does not exist in the current context asp.net error
even i have mentioned runat = "server"
if i can use it in my .cs file (on ctrl + <space> it is showing the name of the checkbox)
then, why it is giving such error?