Tagged Questions

2
votes
1answer
113 views

How to manage javascript Dependency for Ajax Extender controls

Does the Ajax Extender control base provide dependency management? I am creating a set of controls that uses a few base scripts used by the behaviors and from here Creating a Extender Control it sort ...
2
votes
1answer
37 views

Is it possible to append an Updatepanel control to a page using Javascript/Jquery?

I'm trying to develop a system where users can drag icons (which represent user controls) onto a web page. However, the user controls need to be housed in an updatepanel (or similarly AJAX enabled ...
0
votes
1answer
473 views

problem with asp.net conrol binding in javascript

<body onload="initialize()"> <form id="form1" runat="server"> <div id="map_canvas" style = "width:320px; height:480px"> </div> <div> ...
0
votes
2answers
5k views

Adding 'onClientClick' javascript to an ASP.NET Login control

I've got to put a login page from a 3rd party website in an iframe on another website that I'm developing. I need to add some JavaScript to break out of the iframe when the user logs in, but I can't ...