Hello, <BR>I translate now my pages to ASP+ and have problem which I can't solve.<BR>I have more configurable parts on page, layouted by <div> elements.<BR>They are filled by Server.Execute (variable) function, where variable is loaded from cookies and database.<BR>I can't find function like Server.Execute in ASP+<BR>Thanks<BR>Roadrunner<BR>----running on the edge----The closest thing I've found is pagelets. Check out the ibuyspy documentation and source code. Basically you create a "pagelet" and then register it at the top of the page. <BR><BR>The Documentation can be found at: http://www.ibuyspy.com/ibuyspyvb/docs/docstart.htm<BR><BR>Pagelets *probably* will accomplish what you are looking for.