how to split filename from filepath
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi friends, i am having HTML file control, i need to split the file name from that path, my condition is , i should not make the control as runat=server. without using that, i need the split the file name. plese help me krisshnaprabhu
Hi there,
kpsetty wrote:
without using that, i need the split the file name. plese help me
I'm not sure I got ur clue. But if you want to get the file name, just find the index of the back slash character from the end of the string, then get the right sub-string to get the file name Hope u get the idea << >>