2
Reply

Is it possible use more than one code behind file in a single apsx page?

Avanish  Singh

Avanish Singh

17y
4.7k
0
Reply
    No, you can't have more than one code behind file
    Its impossible to have more than one code behind file in aspx file. Because in the directive of the code behind file, we need to mention which language (C++, C# or others) we will be using across the webpage