string GenerateLoadScript() { return(@" $(document).ready(function() { alert('lazy request will be sent...'); // TODO: send an Ajax request to the server. [#LAZY.BOX#] });".Replace("[#LAZY.BOX#]", Container.ForJQuery())); }