CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    19

    Sys is undefined ?

    IE7 throws an javascript error "sys is undefined" when I put the
    <ScriptManager> section into my aspx.

    I'm using a masterpage so I have to put the ScriptManager into this file
    because of the <form> tag.

    What can I do on this?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Sys is undefined ?

    Well, post your code that you have, and we can do our best to work out a solution for you.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured