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

Dynamic page include

Status
Not open for further replies.

OGHS

Programmer
Jun 21, 2001
6
CO
Hi. I was wondering if some of you know how to make dynamic page includes on an ASP.NET page. I mean something like the tiles from jakarta struts (java) ( or at least as the jsp:include.

Thank you so much in advance,

_______________________
Oscar Herrera
Bogotá, Colombia. SA.
 
In .NET, such functionality is usually done through Server Control objects (or Composite Controls), though SSIs are still supported. Basically, you can create a chunk of functional code, say a login and password TextBox/Label with validators on them. They can even have built-in processing code and properties you can manipulate from the .NET page (as in COM with Windows or something). It's pretty cool stuff.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top