Ask a Question related to ASP.NET General, Design and Development.
-
Vik #1
Loop through all dataadapters
Is it possible to loop through all dataadapters on page?
Thanks
Vik Guest
-
Can a film loop play once, then loop on the last frame(s)?
I need a film loop to play once, then loop playback on the last frame so I can keep the LOOP of the film loop set. This will allow the tell commands... -
Film loop rollovers working with tell sprite, but only if Loop is checked
on mouseWithin me cursor 280 tell sprite 40 --the sprite containing the film loop sprite(60).member = member("networkmapsbuttonroll") --swapping... -
newbie stuck in a loop de loop
Hi all, thanks in advance for any help... what I want to do is: 1) read in a file containing daily total hits to certain urls within a... -
Urgent: Repeat loop and Film loop clash!
Hi All, Scenario I have a script running in which the spelling which was typed in by the student is corrected. The alphabets are moved to... -
Help with loop inside loop and mysql queries
Hi List. I cannot see my error: I have relation tables setup. main id entity_name main_type etc etc date_in 1 test type1 x y 2003-06-02... -
Steve C. Orr, MCSD #2
Re: Loop through all dataadapters
If you drop them onto your form at design time then it may be possible to
loop through the controls collection and then work with each control where
the TypeOf var Is System.Data.SQLClient.DataAdapter.
If you create them at runtime then they wouldn't be in the controls
collection. Instead you'd have to add them to a collection of your own and
then loop through that.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Vik" <viktorum@==yahoo.com==> wrote in message
news:u407bx8SDHA.2196@TK2MSFTNGP12.phx.gbl...> Is it possible to loop through all dataadapters on page?
>
> Thanks
>
>
Steve C. Orr, MCSD Guest
-
Vik #3
Re: Loop through all dataadapters
Thanks.
Which controls collection contains the dataadapters added at design time? It
seems the dataadapters are not a part of a page's controls.
Vik
"Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
news:ucQNTK9SDHA.1036@TK2MSFTNGP10.phx.gbl...and> If you drop them onto your form at design time then it may be possible to
> loop through the controls collection and then work with each control where
> the TypeOf var Is System.Data.SQLClient.DataAdapter.
> If you create them at runtime then they wouldn't be in the controls
> collection. Instead you'd have to add them to a collection of your own> then loop through that.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD
> [url]http://Steve.Orr.net[/url]
>
>
> "Vik" <viktorum@==yahoo.com==> wrote in message
> news:u407bx8SDHA.2196@TK2MSFTNGP12.phx.gbl...>> > Is it possible to loop through all dataadapters on page?
> >
> > Thanks
> >
> >
>
Vik Guest



Reply With Quote

