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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Relative Links - how are translated in ASP.NET?

Status
Not open for further replies.

rf222

Programmer
Joined
Jan 29, 2004
Messages
94
Location
US
How the relative link is translated to absolute link in ASP.NET? Sample:

<ItemTemplate>

<a href="catalog.aspx?cid=<%#Eval("categoryid") %>" class="subcategory"><%#Eval("categoryName") %></a><br/>


</ItemTemplate>

How is this link translated, what properties are used, what object? Is there a way to override the default translation behavior? How?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top