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
SharePoint - single user can't access Rich Text Editor
sql server tables
how to transfer apps from my iphone to my itunes library
Operation Must Use an Updateable Query
implementing aixpert on aix
what is normal replication time between DC's?
Netbios Windows 2008 R2 HYPER-V not pingable
SBS 2008 - Unable to set a static IP
WRT54G - filter out websites
Javascript and Mozilla