Click here to Skip to main content
15,915,019 members

Comments by nrgjack (Top 43 by date)

nrgjack 11-Nov-14 6:10am View    
retrieve the ui elements id's with javascript and pass them to the static method
nrgjack 9-Oct-14 8:34am View    
you're wellcome, sorry for the initial mistake ;)
nrgjack 9-Oct-14 4:44am View    
try adding
error: function(request,error) {
console.log({r:request,e:error});
..

then you can log the error and see what happen
do you have some sort of authentication in your project ?

nrgjack 9-Oct-14 4:40am View    
do you have areas ?
you made changes to the route config ?
nrgjack 1-Oct-14 3:10am View    
you have to define a key for your Students table,

sorry but i'm not skilled in oracle,
the sql version could be

SELECT Row_Number() OVER (ORDER BY Name) AS RowNo,
or
SELECT StudentID

you can read more here http://msdn.microsoft.com/en-us/library/vstudio/dd163156(v=vs.100).aspx