Hi Perl Monks,
Recent web sites in asp.net has update panle in which a particular portion of the web page gets updated through asynchronous postback.The HTML code is not actually seen in the souce code of the page.But it appears on the UI of the webpage and the user can enter the data and post it to the sever.The main advantage of this is instead of the whole page waiting to get udated like a synchronous request and response, the response comes aynchronously to the page from the server.
I like to know, wheter perl has done anything to address this issue in asp.net or more specifically for a IE test automation, how does perl handle this.
If anybody has some info can u please share it.