Tagged Questions

0
votes
1answer
530 views

How do i declare and use a C# object in an .ASPX file?

i am making a website using asp.net and C# and well i got stuck at the first hurdle, i found out that to use code you use the <% %> with asp but i dont get how i would create an object of my class ...