-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: raja_blr
Message 8 in Discussion
Hi, Well. I am pretty sure about 'src' attribute of @Page is not needed if u r
inheriting from some other assembly (provided the .dll exists in bin directory). Of
course it can be used to have scripts just like Codebehind in addition to Inherited
assembly. can u try this ? //sample.aspx <%@ Page language="C#" Inherits="Test"%>
<HTML>
<body>
<% Response.Write( strName);%>
</body>
</HTM> //SampleTest.cs using System;
using System.Web.UI; public class Test : System.Web.UI.Page
{
protected string strName="Welcome"; } When I request for sample.aspx I got the
response as 'Welcome' You may be missing the fully qualified class name( class name
with namespace) Just check this -Raja
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]