Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I have a website in asp.net in c#.

In one of my page, i'm using combo box in a repeater.

I want to populate this combo box in c#.

How can i find AjaxControlToolKit-Extender controls in c#.

if its a normal control i can find it from a repeater
TextBox txtdesc = (TextBox)Repeater1.Items[index].FindControl("txtdesc");


but what if a control is
AjaxControlToolKit-Extender, how to find these control in c#.

Can anyone please help me.


Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900