HighTechTalks DotNet Forums  

Re: problems with simple custom control

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Re: problems with simple custom control in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
MasterGaurav \(www.edujini-labs.com\)
 
Posts: n/a

Default Re: problems with simple custom control - 06-05-2007 , 09:07 AM







"kal" <akl (AT) noplace (DOT) com> wrote

Quote:
I have registered my custom control in web.config as follows:
add tagPrefix="PhoenixControls" namespace="PhoenixControls"
assembly="PhoenixControls"/

Remove "Assembly" attribute... since the code is in App_Code, it's compiled
on the fly!

--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------




Reply With Quote
  #2  
Old   
kal
 
Posts: n/a

Default Re: problems with simple custom control - 06-05-2007 , 09:46 PM






Thanks - that worked great!
Quote:

Remove "Assembly" attribute... since the code is in App_Code, it's
compiled on the fly!

--




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 - 2009, Jelsoft Enterprises Ltd.