Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
What types of control can I use in the parameter For of a Flyout control? I tried to use an HTML table and did not work.
Regards, Marcelo Camarate
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
It has to be the ID of an ASP.NET server control within the same naming container as the Flyout control. You can not use the id of an HTML element directly.
Thanks!
|