473,396 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

TagPrefix?

Maybe a newbie question, but I'm trying to implement a
custom Tag processing routine. I'm having limited
success finding documentation on the following:

<%@Register TagPrefix="bla" .... %>

Can anyone point me to any kind of documentation on how
this mechanism works. Simply put, I want to be able to
put a custom tag in my ASPX file, and to have a block of
my code that is processed (when that tag is encountered)
which will be located in an assembly of my choosing, and
not another file such an .ASCX file.
Nov 18 '05 #1
2 1756
Brad B. wrote:
Maybe a newbie question, but I'm trying to implement a
custom Tag processing routine. I'm having limited
success finding documentation on the following:

<%@Register TagPrefix="bla" .... %>

Can anyone point me to any kind of documentation on how
this mechanism works. Simply put, I want to be able to
put a custom tag in my ASPX file, and to have a block of
my code that is processed (when that tag is encountered)
which will be located in an assembly of my choosing, and
not another file such an .ASCX file.


What you're talking about doing is developing a "Custom Server Control".
MSDN has a complete walk-through that should get you started:

http://msdn.microsoft.com/library/en...rmsControl.asp

--
mikeb
Nov 18 '05 #2


Thanks. This helped.
Unfortunately, I still can't seem to achieve what I need. Basically, I
wish to "Insert" html at the top of my aspx page that will force
everything else on the page to move down. With normal HTML, this is a
given. However, the default design mode for aspx pages uses absolute
positioning. I need a way to actually insert something at the top of
the page (during one of the page processing events) that would show up
at the top of the page and force everything else to move down.

Any help would be appreciated greatly.

Thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Showjumper | last post by:
I cannot get the custom Tag Prefix to work in controls made w/ VBNET. Why??? It works just fine in controls made w/ c#. Is vbnet just buggy?
2
by: Kristoffer Arfvidson | last post by:
Ok, so a new question... Im building my page as dynamic as I can... meaning that I have basicly one aspx page that controls everything... so, I solved this by sending different variables to the...
1
by: Michael Skelton | last post by:
Hi I've created a new custom Web control. I have tried to customize the assembly attribute TagPrefix . However, each time I drag my custom control onto a form, it's TagPrefix is still "cc1". What...
0
by: G Dean Blake | last post by:
( I know this should be posted in the BuildingControls forum but I don't get much help over there) I'm going through this book on asp.net server control development. I wrote a control using the...
2
by: Keith Harris | last post by:
When you drag a web user control onto your design surface, VS.NET automatically assigns the tagprefix = uc1. Does anyone know how to change the default tagprefix for all web controls you drag...
1
by: Michael Tissington | last post by:
I'm trying to convert a project from VS2003 to VS2005 After conversion all of my TagPrefix are not recognized in the body. <%@ Register TagPrefix="Oaklodge" TagName="Curve"...
5
by: Arthur Dent | last post by:
Can anyone tell me what the equivalent in 2005 is for 2003's line <Assembly: System.Web.UI.TagPrefix("Temporal.WEB.Controls", "twebc")> in the AssemblyInfo file? I have an assembly of my own...
1
by: wapsiii | last post by:
I'd like to set the tagprefix of my server controls automatically when they are dragged to the webform. My code reads <Assembly: TagPrefix("CtrlLib", "abc")> Namespace CtrlLib ...
4
by: | last post by:
Is there a way to define a controls tagprefix in the control itself? When I drop a control on a web page it's tagprefix defaults to uc1, as expected. Where can I set it so that it's default tag...
0
by: Sergei Shelukhin | last post by:
We have a custom (ascx) control that is used in several pages. In ASP.NET 1.1, we had register tagprefix specified in every page that uses this control; in 2.0, I decided to add this control to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.