Click here to Skip to main content
15,919,423 members

Comments by Nosfa (Top 11 by date)

Nosfa 13-Nov-15 9:12am View    
thanks
Nosfa 13-Nov-15 7:32am View    
A is a variable passed from another function ranging betwen 1 and 4
Nosfa 6-Nov-15 17:18pm View    
I have to make an array. There's no other way. thanks
Nosfa 22-Oct-15 5:58am View    
Deleted
none of the db data needs to be shown.

two kinds of codes are introduced (asked and given), which can be equal or different(more likely).
the project will tell if the given codes are in accordance or not with the asked ones.
In order to do that a query must be made to the dataset to return a 20value datarow for each code (can between 2 and 8 in each ajax call). the db has 55000 different items.
those 2 to 8 datarows will go to the next methods and the last function will return string collections with the results.
Nosfa 10-Oct-15 18:54pm View    
I don't know the best way to this.
I have an input form and I pass the values to the controller by json.
Then the controller executs several methods and gets to a few results in strings or collections.
Those results must pass to a view.
(if the inputs are right the view returns a green light and an ocasional OK and if there are errors either a yellow or a red light and a description of why there's an error)