Works like a charm...THANKS!
in
VB
Code:
Dim currPageName As String = HttpContext.Current.Request("SCRIPT_NAME")
currPageName = currPageName.Substring(currPageName.LastIndexOf("/") + 1)
-------------------------
Beware of programmers with screwdrivers...