Template Variables

J

johnsi

I have downloaded some asp .net source code and I see some global
template variables in the html code in the aspx files. These variables
show up as [$ASSIGNED_VARIABLE$].

The app assigns these from data in an XML file. Where can I find
information on how these assignments are made. It's not readily
apparent in the source code and I have not been able to find any help
on the subject.

I'm using Visual Studio .NET 2003 and I have done a fair amount of
Windows App programming in C# but I'm a relative newbie when it comes
to ASP .NET programming.
 
J

johnsi

Ignore this. After reviewing more of the source code, I discovered the
application was parsing the html code and inserting the globals.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top