Quick question and I am sure I just can't find the answer here. Is there a way to make an Asynch request from a browser without having to use an event? The only way I have found in ASP.NET is to create an event (i.e. onclick) then from within my javascript have it exe document.getEle mentById('myCon trol').onclick( ). This works, but I find it a bit limiting, especially if I want to make a set of stacked calls to the server, based on settings on the form and what is being returned. Also, firing multiple events tends to throw exceptions that kill the client.
Thanks,
Leo
Thanks,
Leo
Comment