i want Select First Charecter from Textbox in C# WinForm
Thanks in Advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Saber ShaikhPosted Mar 30, 2015, 8:26 AM
string Text=txtPosPinCode.Text.Substring(0, 1);
Blog: http://aspnettutorialscode.blogspot.in/
Santhakumar MunuswamyPosted Apr 15, 2015, 12:43 AM
Jack SuePosted Mar 30, 2015, 8:39 AM
Jack SuePosted Mar 30, 2015, 8:38 AM
thank you for help
Santhakumar MunuswamyPosted Mar 30, 2015, 8:33 AM
Try this code
"Plz Mark Answer"