Hi,
I have a .net solution in C#. There are several .aspx pages in it. These pages have following as their first line. Not able to understand the meaning of it.
I am new to it. Any help will be appreciated.
<%@ Page language="c#" Codebehind="Abcd.aspx.cs" AutoEventWireup="true" Inherits="Template.Abcd" %>
Also, all the more important. If you could suggest some beginners' tutorial for me as I do not have a programming background. I need to work on .Net in C#.
Thanks again.
...
Go to the complete details ...