Without Vs.Net

D

DMP

Hi,
I am using Webmetrix for web application on .Net.
I have Test.aspx which use Exam class define in Exam.cs.
How can i link Exam.cs file in my test.aspx file. I try through CodeBehind
/Src But cannot link ?
with regards,
 
F

Francois Bonin [MVP]

the actual syntax is :
<%@ Page CodeBehind="exam.cs" Language="c#" AutoEventWireup="false"
Inherits="exam" %>

assuming the class in your csharp file that represents the form is called
exam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top