gridview events question.

  • Thread starter Thread starter motorhead_maniac
  • Start date Start date
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
 
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

Back
Top