- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
Greetings, I cannot understand well what you are trying to do. However, you can use either [String.Split Method](https://msdn.microsoft.com/en-us/library/system.string.split(v=vs.110).aspx) or [String.Substring Method](https://msdn.microsoft.com/en-us/library/system.string.substring(v=vs.110).aspx). On the other hand, according to what I understand [String.Split Method](https://msdn.microsoft.com/en-us/library/system.string.split(v=vs.110).aspx) will be more suitable for your need. I hope my answer helped you in solving your problem.
Greetings, I want to read on several topics related to the Web development and I hope that you can give me an advice on the best book in the range of books available for me in every topic. For sure no one read all these books to give a final …
It does not matter what database engine you are going to use what does matter is your database design. When it comes to transactions mainly insert, update, and delete data you should targetting a database which structure should conforms to an online transactional processing (OLTP) environment where a normalized model …
Greetings, I got a Notbook from a friend to fix it, strictly speaking, installing a fresh copy of operating system. The Netbook brand may be not a well-known brand, "ChiliGreen Netbook" model "Neo", the Netbook comes with Windows XP Home edition. First I tried to install Windows 7 X86 on …
I am creating a web service to interact with a database and it is supposed to perform the CRUD operations. Right now it works fine with the read and post operation the WCF service supposed to have a method that is called from within jQuery whenever the page completes load …
The End.