DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 09 Aug 2007 08:44:34 -0000,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    unknown
          2    Eliyahu Goldin


How to get repeater cell values without using ID   
I needed to get each values of a particular cell ..i.e cell value is
integer and add each value of the column and display it in the
footer..can anyone suggest
Date:Thu, 09 Aug 2007 08:44:34 -0000   Author:  

Re: How to get repeater cell values without using ID   
Why don't you want to use id?

The way of doing your sort of things is to add runat="server" to the control
that holds the value in the ItemTemplate. Then you can access the control in
the ItemDataBound or PreRender event with FindControl method called for
every repeater item.

-- 
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin


 wrote in message
news:1186649074.124242.276250@d55g2000hsg.googlegroups.com...

> I needed to get each values of a particular cell ..i.e cell value is
> integer and add each value of the column and display it in the
> footer..can anyone suggest
>
Date:Thu, 9 Aug 2007 15:56:07 +0200   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us