Ask a Question related to ASP.NET General, Design and Development.
-
Feng #1
Get a collection of all available page names at run time
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
Feng Guest
-
Custom DataSourceControl with parameter collection at design time
I have a custom DataSourceControl which has a parameter collection defined as a property on the object. While everything works just fine I'm having... -
Design time doesn't update when changing collection
I have a custom control with a ListItemCollection. If I add items by hand in the aspx and switch to design time view, everything works fine.... -
custom control (with collection) do not render at Design time
Hello, I built a custom control... Everithing is working fine... EXCEPT... ;-) When I first place the control on the webform at design time it... -
Collection disappearing at run time
I really, really wanted to finish this one without asking anyone for help. But I've been beating my head against this thing, and I'm getting... -
Custom collection design time support
Hi Everyone, I'm having problems implementing design time support for a custom collection in a custom web control. I have managed to get it to... -
Craig Deelsnyder #2
Re: Get a collection of all available page names at run time
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....
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Feng" <lifeng26@msn.com> wrote in message
news:017401c3547a$75b1b670$a101280a@phx.gbl...> 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
Craig Deelsnyder Guest



Reply With Quote

