Hi,
I am using VB.net Code.
I have got below string
http://localhost:3282/ISS/Training/SearchTrainerData.aspx
Now I want to split above string with "/" as well I want to store value SearchTrainerData.aspx in a variable
In my case
Dim str as String
str = "SearchTrainerData.aspx"
Please give my the code which will split the above string further store it in a variable
Please suggest
Thanks
Best Regards, Sol