how to get last 5-6 character from texbox that i need from whole sentence or line
ex-like i have text (SCENE*Starofthe/day/ topansswer) in a textbox
but i want to retreive only topanswer from upper line,how can i get that.
Hi @ROHIT
plz try this
If Not TextBox1.Text.EndsWith("/") Then TextBox1.Text = TextBox1.Text.Insert(TextBox1.Text.Length, "/") End If
Thanks And Regards
Pradip
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.