i am new to the JQuery Development and MVC, i have an ascx file Which Displays the map and Locate Some Points on it comming from the Controller. if i Open this ascx file as a pop up window my screen is working Fine. if i call as a JQuery Dilog (Through the Ajax Call) it is Not calling the mapdisplay method because it is in the document.redy, so map is Not Loading if i use the Live event it is Calling the map function but how can i pass the points comming from the Controler to that Function?