Search:
Namespaces
Discussions
.NET v1.1
Feedback
SV: How to declare Tab and Multipage in Code Behind
Messages
Related Types
This message was discovered on
ASPFriends.com 'aspngwebcontrols' list
.
=?iso-8859-1?Q?Andr=E9_Colbi=F6rnsen?=
Don't know if this has anything to do with your problem, but after the
release of ver. 1.0 of the IE Webcontrols, they had to be referenced
with the full credentials in the page directive. Like so:
<%@ register TagPrefix="IE" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.116,
Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
Maybe you will have to consider this in your code behind as well?
Regards/Hälsningar
André Colbiörnsen
===============================Sonnenburg Communications
Bergsgatan 3,
SE-211 54 Malmö
Sweden
Tel.: +46-(0)40-97 78 80
Fax.: +46-(0)40-97 78 80
Mob.: +46-(0)708-97 78 79
Mail:
Click here to reveal e-mail address
Web.: www.sonnenburg.se
================================
-----Ursprungligt meddelande-----
Från: Charles M. Carroll [mailto:
Click here to reveal e-mail address
]
Skickat: den 9 maj 2002 05:16
Till: aspngwebcontrols
Ämne: [aspngwebcontrols] How to declare Tab and Multipage in Code Behind
Imports Microsoft.Web.UI.WebControls
dim mytab as New Microsoft.Web.UI.WebControls
are producing errors like:
Compiler Error Message: BC30002: Type
'Microsoft.Web.UI.WebControls.tabControl' is not defined.
I am trying to use the Inherits= and separate code and presentation
like:
http://www.learnasp.com/freebook/learn/visualinheritance.aspx
| [aspngwebcontrols] member
Click here to reveal e-mail address
= YOUR ID |
http://www.asplists.com/asplists/aspngwebcontrols.asp
= JOIN/QUIT
Reply to this message...
Scott Sargent
MeddelandeI think i also had to copy the dll into the local bin directory.
Wasn't pleased about that but thats life. I as well referenced the
Webcontrols via full credentials. I found a post on google or MSDN that
mentioned adding the webcontrols to the VS.NET ide so you can drag & drop
them onto a page. It made reference to this being the prefered way of
adding them to the page. Kind of makes sense as this way you'll
automatically get the version, culture and publickeytoken right. I'm not
sure which actually made it work, moving the dll or adding the full
credentials. It was a trial by error thing.
Scott
-----Original Message-----
From: André Colbiörnsen [mailto:
Click here to reveal e-mail address
]
Sent: Thursday, May 09, 2002 3:50 AM
To: aspngwebcontrols
Subject: [aspngwebcontrols] SV: How to declare Tab and Multipage in Code
Behind
Don't know if this has anything to do with your problem, but after the
release of ver. 1.0 of the IE Webcontrols, they had to be referenced with
the full credentials in the page directive. Like so:
<%@ register TagPrefix="IE" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.116, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" %>
Maybe you will have to consider this in your code behind as well?
Regards/Hälsningar
André Colbiörnsen
=============================== Sonnenburg Communications
Bergsgatan 3,
SE-211 54 Malmö
Sweden
Tel.: +46-(0)40-97 78 80
Fax.: +46-(0)40-97 78 80
Mob.: +46-(0)708-97 78 79
Mail:
Click here to reveal e-mail address
Web.: www.sonnenburg.se
===============================
-----Ursprungligt meddelande-----
Från: Charles M. Carroll [mailto:
Click here to reveal e-mail address
]
Skickat: den 9 maj 2002 05:16
Till: aspngwebcontrols
Ämne: [aspngwebcontrols] How to declare Tab and Multipage in Code Behind
Imports Microsoft.Web.UI.WebControls
dim mytab as New Microsoft.Web.UI.WebControls
are producing errors like:
Compiler Error Message: BC30002: Type
'Microsoft.Web.UI.WebControls.tabControl' is not defined.
I am trying to use the Inherits= and separate code and presentation
like:
http://www.learnasp.com/freebook/learn/visualinheritance.aspx
| [aspngwebcontrols] member
Click here to reveal e-mail address
= YOUR ID |
http://www.asplists.com/asplists/aspngwebcontrols.asp
= JOIN/QUIT
| [aspngwebcontrols] member
Click here to reveal e-mail address
= YOUR ID |
http://www.asplists.com/asplists/aspngwebcontrols.asp
= JOIN/QUIT
Reply to this message...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com