This was really my problem wayback I starting learning AJAX. I cannot figure it out on how to add AJAX capability if I already have an existing website. One solution I remember at that time is I created an AJAX enabled website and transfer all my work there. Quite a tedious task, but that's what...
I was doing an online job application this week when I encounter this problem. I can create Modal pop-up window using BLOCKED SCRIPT myLinkButton.Attributes.Add("onclick", "BLOCKED SCRIPTwindow.showModalDialog('http://" + myUrl + "')"); Everything works fine, because...