Sign in | Join
Last post 06-05-2006 5:26 AM by XIII. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
Line 1: Line 2: Partial Class _Default Line 3: Inherits System.Web.UI.Page Line 4:
Thanks in advance
Hi,
in the .aspx page itself make sure the <%@ Page %> directive has the attribute Inhertits="_Default" included.
Grz, Kris.