how to removr character from the user inputed string and join to the last of the string in asp.net

Nov 21 2008 12:37 AM
i am taking input string from user,
for ex user input "welcome"
now i want to remove this "w" and attach to the last of the string so the newly created word become "elcomew" and i want to do every time user  click on a button in a webpage...  and first character should remove and attached to the last .. can anybody give solution with code...



Answers (1)