download dialog box

download dialog box

am 21.12.2004 19:47:01 von AdamPC

Hi,
when the download dialog box opens and i click save or open or cancel..
everything works fine.. but then it's stuck in memory or something, because
nomatter what button, listbox, combobox, etc.. i click on next.. that
download dialog box keeps coming up...
why is that???
--
AdamPC@hotmail.com

Re: download dialog box

am 21.12.2004 19:56:45 von unknown

where are you calling the download? do these controls call a postback that
might be triggering it?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"ACaunter" wrote in message
news:513D6078-9CC3-4DAE-82D2-3DC18A98A5A6@microsoft.com...
> Hi,
> when the download dialog box opens and i click save or open or cancel..
> everything works fine.. but then it's stuck in memory or something,
> because
> nomatter what button, listbox, combobox, etc.. i click on next.. that
> download dialog box keeps coming up...
> why is that???
> --
> AdamPC@hotmail.com

Re: download dialog box

am 21.12.2004 20:25:04 von AdamPC

I'm looping through a folder which has a bunch of images and 1 word doc. the
images get displayed and then the download dialog box appears. once you
open,save,or cancel.. the page is just sitting there, looking like all is
fine, but when you click on anything.. the download dialog box comes back and
you can't go anywhere

"Curt_C [MVP]" wrote:

> where are you calling the download? do these controls call a postback that
> might be triggering it?
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "ACaunter" wrote in message
> news:513D6078-9CC3-4DAE-82D2-3DC18A98A5A6@microsoft.com...
> > Hi,
> > when the download dialog box opens and i click save or open or cancel..
> > everything works fine.. but then it's stuck in memory or something,
> > because
> > nomatter what button, listbox, combobox, etc.. i click on next.. that
> > download dialog box keeps coming up...
> > why is that???
> > --
> > AdamPC@hotmail.com
>
>
>

Re: download dialog box

am 21.12.2004 20:46:59 von unknown

That didnt answer my question. Are these "click on anything"'s doing a
postback? If so is your loop/dialog in the page_load? Maybe do a
IsPostBack() check

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"ACaunter" wrote in message
news:19761F5E-B374-4B5E-8907-A6FA7CAC3986@microsoft.com...
> I'm looping through a folder which has a bunch of images and 1 word doc.
> the
> images get displayed and then the download dialog box appears. once you
> open,save,or cancel.. the page is just sitting there, looking like all is
> fine, but when you click on anything.. the download dialog box comes back
> and
> you can't go anywhere
>
> "Curt_C [MVP]" wrote:
>
>> where are you calling the download? do these controls call a postback
>> that
>> might be triggering it?
>>
>> --
>> Curt Christianson
>> Owner/Lead Developer, DF-Software
>> Site: http://www.Darkfalz.com
>> Blog: http://blog.Darkfalz.com
>>
>>
>> "ACaunter" wrote in message
>> news:513D6078-9CC3-4DAE-82D2-3DC18A98A5A6@microsoft.com...
>> > Hi,
>> > when the download dialog box opens and i click save or open or cancel..
>> > everything works fine.. but then it's stuck in memory or something,
>> > because
>> > nomatter what button, listbox, combobox, etc.. i click on next.. that
>> > download dialog box keeps coming up...
>> > why is that???
>> > --
>> > AdamPC@hotmail.com
>>
>>
>>

Re: download dialog box

am 21.12.2004 21:29:05 von AdamPC

Yes, the "click on anythings" are postbacks, but the loop/dialog is not in
the page_load... its on the indexchange of a listbox...
the listbox lists a bunch of different folders and when you select a folder,
it loads the pics and downloads the doc.. just can't seem to get rid of the
download dialog after it is used

"Curt_C [MVP]" wrote:

> That didnt answer my question. Are these "click on anything"'s doing a
> postback? If so is your loop/dialog in the page_load? Maybe do a
> IsPostBack() check
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "ACaunter" wrote in message
> news:19761F5E-B374-4B5E-8907-A6FA7CAC3986@microsoft.com...
> > I'm looping through a folder which has a bunch of images and 1 word doc.
> > the
> > images get displayed and then the download dialog box appears. once you
> > open,save,or cancel.. the page is just sitting there, looking like all is
> > fine, but when you click on anything.. the download dialog box comes back
> > and
> > you can't go anywhere
> >
> > "Curt_C [MVP]" wrote:
> >
> >> where are you calling the download? do these controls call a postback
> >> that
> >> might be triggering it?
> >>
> >> --
> >> Curt Christianson
> >> Owner/Lead Developer, DF-Software
> >> Site: http://www.Darkfalz.com
> >> Blog: http://blog.Darkfalz.com
> >>
> >>
> >> "ACaunter" wrote in message
> >> news:513D6078-9CC3-4DAE-82D2-3DC18A98A5A6@microsoft.com...
> >> > Hi,
> >> > when the download dialog box opens and i click save or open or cancel..
> >> > everything works fine.. but then it's stuck in memory or something,
> >> > because
> >> > nomatter what button, listbox, combobox, etc.. i click on next.. that
> >> > download dialog box keeps coming up...
> >> > why is that???
> >> > --
> >> > AdamPC@hotmail.com
> >>
> >>
> >>
>
>
>