HI,
Good Morning!!
http://www.hellohyderabad.com/hyderabad-guide/localities/abids/
I have url like this, in this i need to pick the last string means locality(abids) and i have to append that last string to my database query, so pls help to me ,
how to pick and append that string to my database query.
Thank you.
Loading
Javeed M ShaikhPosted Aug 24, 2012, 3:53 PM
string[] myarray = url.split(@'/')
string laststring = marray[marray.length-1].ToString();