0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
~3K People Reached
Favorite Forums
Favorite Tags
4 Posted Topics
You could join an online tutorials for learn how to programming. Ex tutorialspoint
can you try this: int price = 0; try { price = Integer.parseInt(request.getParameter("price")); } catch(NumberFormatException e) { // log the error or ignore it // Ex: price = -1; }
I think this link will help you: http://stackoverflow.com/questions/3069416/difference-between-string-and-stringbuilder-in-c-sharp
you should be using mvc design pattern for you project!
The End.
Nguyễn Đình Đại