gridview events question.

M

motorhead_maniac

hi all,

what gridview event should I trap to get clientid's of the controls
inside gridview templates..

I tried onitemcreated but clientids were same as server ids...

thanks
 
G

Galin Iliev [MCSD.NET]

you could use
RowCreated Occurs when a row is created in a GridView control.
RowDataBound Occurs when a data row is bound to data in a GridView
control.


depends on you and your specific code

Hope this helps

Galin Iliev[MCSD.NET]
www.galcho.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,161
Latest member
GertrudeMa
Top