| Author: krish 24 Sep 2008 | Member Level: Gold | Rating:  Points: 4 |
Are you trying to do an upload inside an update panel? This doesn't typically work out well, I'm afraid. You can try this article from codeproject, which goes through the issues involved and a solution around them:
http://www.codeproject.com/KB/ajax/simpleajaxupload.aspx
If that isn't what you are trying to do, however, then please just ignore me. :)
regards
krish
|
| Author: DSRANGI 24 Sep 2008 | Member Level: Bronze | Rating:  Points: 5 |
i am not uploading any thing in update panel. my issue is that when i press a button in updatepanel before contents correspondting to that click are load. if i press another button than this error is come..
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0
And this error is come only in case of Mozila Browser. not in IE
|