Template Variables

  • Thread starter Thread starter johnsi
  • Start date Start date
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.
 
Ignore this. After reviewing more of the source code, I discovered the
application was parsing the html code and inserting the globals.
 
Back
Top