From: Mario on
I put all my aspx components ina Ajax UpdatePanel, to avoid jumping on a
beginning of a page, every time I do postback When I put FileUpload it
wasn't work until I put the trigger. Now it works but with jumping on a
beginning of a page, every time I save the uploaded file.


From: jose on
On Jun 1, 1:17 pm, "Mario" <mzu...(a)vup.hr> wrote:
> I put all my aspx components ina Ajax UpdatePanel, to avoid jumping on a
> beginning of a page, every time I do postback When I put FileUpload it
> wasn't work until I put the trigger. Now it works but with jumping on a
> beginning of a page, every time I save the uploaded file.