3rd Party Asp.net Controls?

F

Frank

I'm using a third party asp.net control in my .aspx
page. Frontpage 2003 tells me it doesn't recognize the
tag.
I have the <%@ Register TagPrefix="radm"
Namespace="Telerik.WebControls" Assembly="RadMenu" %>
line at the beginning of my file and have a tag in the
body of the form <radm:mycontrol blah...></radm:mycontrol>
The assembly for this control is in my /bin folder.

How do I get Frontpage 2003 to recognize 3rd party
asp.net controls?

Thanks in advance.
 
D

Dwayne Conyers

Frank said:
I'm using a third party asp.net control in my .aspx
page. Frontpage 2003 tells me it doesn't recognize the
tag.
I have the <%@ Register TagPrefix="radm"
Namespace="Telerik.WebControls" Assembly="RadMenu" %>
line at the beginning of my file and have a tag in the
body of the form <radm:mycontrol blah...></radm:mycontrol>
The assembly for this control is in my /bin folder.

How do I get Frontpage 2003 to recognize 3rd party
asp.net controls?


Do you have the .NET framework installed on your machine?
 
F

Frank

-----Original Message-----




Do you have the .NET framework installed on your machine?


--
I Shave With Occams Razor
http://www.dwacon.com


.
Yes. I actually have VS 2003 installed on the same box.
So why not use VS? I'd like to do the page layout within
fp 2003 and do the code behind with VS. I'd also like
the ability to create my own compiled asp.net controls to
use within fp 2003. Is this possible???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top