Click here to Skip to main content
15,890,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFSO help required. Creating/Saving a File object Pin
iamguyster1-Aug-07 8:15
iamguyster1-Aug-07 8:15 
Questionhelp Pin
mazinalkthere1-Aug-07 8:05
mazinalkthere1-Aug-07 8:05 
AnswerRe: help Pin
leckey1-Aug-07 8:14
leckey1-Aug-07 8:14 
AnswerRe: help Pin
Not Active1-Aug-07 9:47
mentorNot Active1-Aug-07 9:47 
Questionis there a way to loop throught the webpages in my application ? Pin
kimo code1-Aug-07 7:55
kimo code1-Aug-07 7:55 
AnswerRe: is there a way to loop throught the webpages in my application ? Pin
N a v a n e e t h3-Aug-07 22:08
N a v a n e e t h3-Aug-07 22:08 
Questioncan i load Dropdownlist with all pages in my asp project? Pin
kimo code1-Aug-07 7:53
kimo code1-Aug-07 7:53 
AnswerRe: can i load Dropdownlist with all pages in my asp project? Pin
Pete O'Hanlon1-Aug-07 9:58
mvePete O'Hanlon1-Aug-07 9:58 
The only way that I can think to do this would be to use the Directory.GetFiles method to retrieve the names of all files that ended with .aspx, .html and .htm. You would need to loop through all of the directories in your application for this.

Note that this assumes that you aren't using a sitemap and you are using static content.

Deja View - the feeling that you've seen this post before.

GeneralRe: can i load Dropdownlist with all pages in my asp project? Pin
kimo code1-Aug-07 10:02
kimo code1-Aug-07 10:02 
GeneralRe: can i load Dropdownlist with all pages in my asp project? Pin
Malcolm Smart1-Aug-07 10:56
Malcolm Smart1-Aug-07 10:56 
GeneralRe: can i load Dropdownlist with all pages in my asp project? Pin
Pete O'Hanlon1-Aug-07 21:44
mvePete O'Hanlon1-Aug-07 21:44 
Questionreading special characters. Pin
deepaks31-Aug-07 7:03
deepaks31-Aug-07 7:03 
AnswerRe: reading special characters. Pin
Guffa1-Aug-07 15:31
Guffa1-Aug-07 15:31 
QuestionValidator in Firefox Pin
Jollyguy1-Aug-07 5:35
Jollyguy1-Aug-07 5:35 
AnswerRe: Validator in Firefox Pin
Pete O'Hanlon1-Aug-07 9:56
mvePete O'Hanlon1-Aug-07 9:56 
QuestionWeb.Config Authentication Mode Pin
RadioButton1-Aug-07 5:20
RadioButton1-Aug-07 5:20 
AnswerRe: Web.Config Authentication Mode Pin
kubben1-Aug-07 6:53
kubben1-Aug-07 6:53 
AnswerRe: Web.Config Authentication Mode Pin
kubben1-Aug-07 6:58
kubben1-Aug-07 6:58 
QuestionGridview datakey Pin
Hasan Ali1-Aug-07 3:53
Hasan Ali1-Aug-07 3:53 
AnswerRe: Gridview datakey Pin
Hasan Ali1-Aug-07 3:56
Hasan Ali1-Aug-07 3:56 
QuestionDisabling the browser back button Pin
Mr.Sam1-Aug-07 3:30
Mr.Sam1-Aug-07 3:30 
AnswerRe: Disabling the browser back button Pin
BasharatAli1-Aug-07 3:55
BasharatAli1-Aug-07 3:55 
GeneralRe: Disabling the browser back button Pin
Mr.Sam1-Aug-07 4:03
Mr.Sam1-Aug-07 4:03 
AnswerRe: Disabling the browser back button Pin
Blue_Boy1-Aug-07 4:26
Blue_Boy1-Aug-07 4:26 
GeneralRe: Disabling the browser back button Pin
Mr.Sam1-Aug-07 4:30
Mr.Sam1-Aug-07 4:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.