F Feng Jul 27, 2003 #1 I need to get page names of all my available ASP.Net pages in my ASP.Net project at run time. How do I do that? Thanks
I need to get page names of all my available ASP.Net pages in my ASP.Net project at run time. How do I do that? Thanks
C Craig Deelsnyder Jul 28, 2003 #2 Check out the System.IO.DirectoryInfo or System.IO.FileInfo objects...they let you browse directories, etc. Just read all *.aspx files in your app's folder....
Check out the System.IO.DirectoryInfo or System.IO.FileInfo objects...they let you browse directories, etc. Just read all *.aspx files in your app's folder....