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
Change LDAP log level on Snow Leopard
vbscript create shortcut script, not completing script, no errors, code attached
Splitting db and performance
Walkie-Talkie recommendations
Best way to handle vanity urls in IIS?
Blackberry browser 400 error - socketexception Connection reset
Google Analytics
Application pool suffered a fatal communication error with WWW PS
Services Do Not Start Automatically
How to get a Dell D800 to load Bios fully?