order of file download in MS-Ajax (asp.net-ajax )

Posted by Praveen Prasad on Stack Overflow See other posts from Stack Overflow or by Praveen Prasad
Published on 2010-04-03T09:33:33Z Indexed on 2010/04/03 9:53 UTC
Read the original article Hit count: 339

Filed under:

in Ms-Ajax

suppose iam downloading 3 files , no dependencies have been defined b/w them

Sys.loadScripts(['file1.js',file2.js',file3.js']);

a> in which order these files will be loaded??

b> in which order these files will be made available to requesting page??

© Stack Overflow or respective owner

Related posts about asp.net-ajax