Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net 2.0 @ Register tag question

Status
Not open for further replies.

toptomato

Programmer
Jul 22, 2005
62
0
0
US
Hi folks,
wondering if someone can help me with this. Is it possible to define Src attribute for the @Register tag at runtime.

below is an example of @Register tag, and i want to be able to specify the src (somefile.ascx) attribute at runtime

<%@ Register Src="somefile.ascx" TagName="c1" TagPrefix="uc1" %>

thanks for every body help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top