Browse by Tags

Related Posts

  • EZY Debugging client side scripts in Visual Studio 2005

    Today I was introduced to a new debugging feature in Visual Studio 2005 - debugging client side scripts. It is very easy to use. You just add the debugger keyword to your function and run the application (F5) as you would when you are debugging you code behind files. <SCRIPT language="javascript">...
    Posted to Visual Studio 2005 (Forum) by Margus Lapp on 05-11-2007, 12:00 AM
    Filed under: Visual Studio 2005, VS 2005, debugger, vs2005, javascript, debugging, script, debugger debug, client side
  • Re: Sys.ArgumentUndefinedException with calendarextender

    Not sure if this will work in all situations, but I had the error and fixed it this way: In the page that uses the Date.parseLocale funciton (or the CalendarExtender, or whatever), in the Page_PreRender call, add a startup script (Page.ClientScript.RegisterStartupScript(Type type, string key, string...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by heretic-monkey on 02-13-2008, 12:00 AM
    Filed under: JavaScript, bug, script, AJAX ASP.NET, AJAX .NET, AJAX .NET 1.0, AJAX 1.0.61025.0
  • How to set printer by javascript?

    This is my code: < script language ="javascript" type ="text/javascript"> function PrintDiv() { var myContentToPrint = document.getElementById( "dv01" ); var myWindowToPrint = window.open( '' , '' , 'width=800,height=600,toolbar=0,scrollbars=-1...
    Posted to Client Side Web Development (Forum) by vohuman on 03-15-2008, 12:00 AM
    Filed under: script, html, javascript, javascript asp.net, javascript asp.net ajax, print, printer
  • Object Expected Error Ajax RTM

    Hi After I converted from Atlas CTP to ASP.net Ajax RTM I am getting object expected on all of my javascripts. The javascripts will of course run if I turn of the UpdatePanel /Ajax. Please help......... Regards Frode
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by utsola@gmail.com on 03-05-2007, 12:00 AM
    Filed under: javascript, atlas update panel, atlass, Javascript bodge, Asp.net ajax installation, Script
  • Changing location without reloading the page

    Is it possible to change the showed location without reloading the page? I have a AJAX (not ASP.NET AJAX) site, which uses querystrings. I would like to dynamicaly add querystrings so the user can see how to get back to the same state of the page.
    Posted to Client Side Web Development (Forum) by H4N5 on 10-20-2007, 12:00 AM
    Filed under: AJAX, Client Script, Client side scripting, javascript, javascript & ajax, javascript ajax, Javascript query string, Script
Page 1 of 1 (5 items)