Click to See Complete Forum and Search --> : Passing events to a directory listing


Anand
March 29th, 1999, 10:56 PM
In ASP, I would like to know if I can pass an event to one particular filename link in a directory listing. I am listing the directories in a loop. The code segment is




<A HREF="">




It will list the directories


ANAND


WINDOWS

:

:


I want an event to be able to get the directory name "ANAND" when I click the name directory ANAND, the name "WINDOWS" when I click windows etc. Hope you have understood my question.


Thank you in advance.

anand
March 29th, 1999, 10:56 PM
In ASP, I would like to know if I can pass an event to one particular filename link in a directory listing. I am listing the directories in a loop. The code segment is




<A HREF="">




It will list the directories


ANAND


WINDOWS

:

:


I want an event to be able to get the directory name "ANAND" when I click the name directory ANAND, the name "WINDOWS" when I click windows etc. Hope you have understood my question.


Thank you in advance.

Nambi
March 29th, 1999, 11:06 PM
Hi,


I am not able to see your code segment.


Are you using CFileDialog class? If so, you can use the overridable functions OnFolderChange and OnFileNameChange.


Good Luck.