M
Matt
In Solution, In Web project Test.aspx file, How can i refer to dll on
page directives. WebDll project(same solution) I dont want to use
codebehind pages such as (test.aspx.cs)
WebProject
Test.aspx
bin
WebProject.dll
WebDll.dll
Webdll
Test.cs
allreay copied webdll to app bin dir.
and ref it.
Anyone can help me out with systax here. or this is a dream
I have tried last couple hours and no luck.
<%@ Page Language="c#" AutoEventWireup="false"
Inherits="WebDll.Test" Src="test.cs"%>
<%@Page Language="c#" AutoEventWireup="false" Inherits="Test"
Src="Test.cs"%>
They all give errors.
could not find or could not load errors
any idea
page directives. WebDll project(same solution) I dont want to use
codebehind pages such as (test.aspx.cs)
WebProject
Test.aspx
bin
WebProject.dll
WebDll.dll
Webdll
Test.cs
allreay copied webdll to app bin dir.
and ref it.
Anyone can help me out with systax here. or this is a dream
I have tried last couple hours and no luck.
<%@ Page Language="c#" AutoEventWireup="false"
Inherits="WebDll.Test" Src="test.cs"%>
<%@Page Language="c#" AutoEventWireup="false" Inherits="Test"
Src="Test.cs"%>
They all give errors.
could not find or could not load errors
any idea