I am new to asp. I am using Visual Studio 2015 Community. I created a new Website over "File>New>Website>Website for AspWebForms "
Now my problem is I am writing now in CodeBehind, in my About.aspx.cs. If I try to get text from a asp Textbox over tb_bezeichnung.Text
it says it's not in context.
So after long search I figured out that i need a Designer.cs, I cant recreate it or have any options to Convert to WebForm.
<%@ Page Title="About" Language="C#" MasterPageFile="~/MasterPage.Master"
AutoEventWireup="true" CodeFile="About.aspx.cs" Inherits="About" %>
tb_bezeichnung is a Asp Textbox.
Project Explorer contents: