15,798,199 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by vagelis1 (Top 7 by date)
vagelis1
24-Jun-16 10:36am
View
Something else is the problem here, probably sql connection, or error in parameter values 'lblSize.Text' seems suspicious.
vagelis1
21-Sep-15 6:32am
View
You should try debuging InsertMethod on the server side. Something raises exception there.
vagelis1
21-Sep-15 5:30am
View
sorry i missed the comparison part. I thought our friend just wanted array merge.
Given the new (for me) input our friend must do a property by property check for duplicate records. The length part is a little fade
vagelis1
21-Sep-15 5:25am
View
in your question you set
Items= "some thing"
on server side you do
string[] Allitems = item.Split('_');
string itemValue = Allitems[0];
string itemID = Allitems[1];
SO Allitems[1] will throw indexoutofrange exception as item.Split('_') will return only one element in Allitems
vagelis1
21-Sep-15 5:01am
View
please post your error message
vagelis1
18-Sep-15 10:13am
View
And still price * qty doesn't answer you question???
vagelis1
17-Sep-15 9:25am
View
In previousbtn_Click i++ should be i--. Give us more details. When you click next or previous, does your code raise an exception? and if so, what does the exception message say?
Show More