M
Milsnips
hi there,
Can someone help me out with some example code (VB.NET) here that i need:
i would like to programatically check my ASP.NET web application and return
a list of all the ASPX and ASCX pages in the project, then return them in an
string array, eg. name : type ("default.aspx : ASPX")
i figured if i use the io.directory, it might even return items which could
be excluded from the project, which i dont want, thats why i think it might
be best to use the assembly??
thanks,
Paul.
Can someone help me out with some example code (VB.NET) here that i need:
i would like to programatically check my ASP.NET web application and return
a list of all the ASPX and ASCX pages in the project, then return them in an
string array, eg. name : type ("default.aspx : ASPX")
i figured if i use the io.directory, it might even return items which could
be excluded from the project, which i dont want, thats why i think it might
be best to use the assembly??
thanks,
Paul.