A
AAJ
Hi all
Is it possible to programatically list all the .aspx files within the
currenty running website.
e.g. something like
foreach {aspxfile in AllaspxFilesInMyProject)
{
string filename = aspxfile.title;
}
thanks
Andy
Is it possible to programatically list all the .aspx files within the
currenty running website.
e.g. something like
foreach {aspxfile in AllaspxFilesInMyProject)
{
string filename = aspxfile.title;
}
thanks
Andy