Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Repeater control - how to access contained control values? (http://www.velocityreviews.com/forums/t103535-repeater-control-how-to-access-contained-control-values.html)

dotnw@hotmail.com 05-27-2005 05:24 PM

Repeater control - how to access contained control values?
 
Say I have the following simple situation:

A user control, that contains a textbox, is put inside a repeater.
A link button is put on the main form page, but *outside* the repeater.
When the link button is clicked, how do I loop through the repeated
textboxes to get their text values?

Thank you, regards, dnw.


Michel de Becdelièvre 05-27-2005 05:38 PM

Re: Repeater control - how to access contained control values?
 
JavaScript or server side ?

<dotnw@hotmail.com> a écrit dans le message de news:
1117214648.439395.324590@g43g2000cwa.googlegroups. com...
> Say I have the following simple situation:
>
> A user control, that contains a textbox, is put inside a repeater.
> A link button is put on the main form page, but *outside* the repeater.
> When the link button is clicked, how do I loop through the repeated
> textboxes to get their text values?
>
> Thank you, regards, dnw.
>




dotnw@hotmail.com 05-27-2005 05:48 PM

Re: Repeater control - how to access contained control values?
 
Server side, thank you.


=?Utf-8?B?dmluYXk=?= 05-27-2005 08:50 PM

RE: Repeater control - how to access contained control values?
 
try this link

http://msdn.microsoft.com/library/de...formspages.asp

--
http://pathidotnet.blogspot.com
=====
vInAypAtHi
o__
---_,>/'_------
(_) \(_)
---------------


"dotnw@hotmail.com" wrote:

> Say I have the following simple situation:
>
> A user control, that contains a textbox, is put inside a repeater.
> A link button is put on the main form page, but *outside* the repeater.
> When the link button is clicked, how do I loop through the repeated
> textboxes to get their text values?
>
> Thank you, regards, dnw.
>
>


dotnw@hotmail.com 05-28-2005 07:54 AM

Re: Repeater control - how to access contained control values?
 
Thanks for the link.



All times are GMT. The time now is 02:54 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57