Click here to Skip to main content
15,909,530 members

Comments by Sistema SGT (Top 12 by date)

Sistema SGT 25-Jul-13 23:29pm View    
Could be change:

<ajaxToolkit:ToolkitScriptManager ID="TSMFormPri" runat="server"
EnablePartialRendering="False" AsyncPostBackTimeout="0">
<Scripts>
<asp:ScriptReference Path="/sgf/js/inicializa.js" />
</Scripts>

by:

$.ajax({
type: "GET",
url: "/sgf/js/inicializa.js",
dataType: "script"
});

Sorry! I didn't know of this alternative.
Sistema SGT 25-Jul-13 22:10pm View    
How can I abandon ajaxToolkit:ToolkitScriptManager and adopt jquery?
Sistema SGT 25-Jul-13 21:55pm View    
Have you someone example about jQuery x ajaxToolkit:ToolkitScriptManager?
Thanks!
Sistema SGT 3-Apr-13 16:57pm View    
Of course! But I would like to known the best free reporting engine (stable, updated, etc.). Google don't answer this, but yes the programmers.
Thank you!
Sistema SGT 30-Mar-13 19:26pm View    
Thank you Sir! I will see your tips about commercial controls!