Microsoft
Software
Hardware
Network
Question : trim string
i need to trim off everything from the space to the end; example of string:
1310 ^*ka_+jdfkajsdkfj
need it to be
1310
Answer : trim string
string str = 1310 "^*ka_+jdfkajsdkfj";
str = str.Remove(str.IndexOf(" "));
Random Solutions
autodiscover on 2010 is prompting for password all the time...
Excel Chart Library Development in VB.NET/C#
Cross-forest trust: The domain controllers required to find the selected objects in the following domains are not available
CSS wrong MIME type in Firefox on Apache, AddType text/css .css is there
Driver for Ikon cpp 500 printer
Compare two excel files
Hosted AD Domain Service - a best practice ?
Calculate current percentage of month that has elapsed
How do I see what traffic is traversing my Cisco 2811 router?
Self signed SSL certificate for Outlook Anywhere & OWA - Exchange 2010