HighTechTalks DotNet Forums  

Without Vs.Net

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss Without Vs.Net in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
DMP
 
Posts: n/a

Default Without Vs.Net - 08-04-2005 , 12:25 AM






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,



Reply With Quote
  #2  
Old   
Francois Bonin [MVP]
 
Posts: n/a

Default Re: Without Vs.Net - 08-22-2005 , 06:31 PM






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

"DMP" <debdulal.mahapatra (AT) fi-tek (DOT) co.in> wrote

Quote:
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,





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.