Re: string
- From: "Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldDinN@xxxxxxxxxxxx>
- Date: Thu, 22 Feb 2007 09:14:51 +0200
Something like
myTextBox.Text = myString.Substring(0,20);
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
"Eugene Anthony" <solomon_13000@xxxxxxxxx> wrote in message
news:OkQmSjkVHHA.1000@xxxxxxxxxxxxxxxxxxxxxxx
Lets say in a string variable I have stored around 100 characters. Now I
would like to only display 20 characters from the 100 characters stored
in the variable. How is it done using asp.net 2.0 with C#?
Regards
Eugene Anthony
*** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- string
- From: Eugene Anthony
- string
- Prev by Date: Problems with DropDownList and JavaScript
- Next by Date: impersonate in new thread
- Previous by thread: string
- Next by thread: Custom Control: FONT Collection
- Index(es):
Relevant Pages
|