Hi,
I need to set the ID value for the items which is genrated dynamically.
Like setting txtbox.id ="txtUsername", I need to set for the Items created. Can any one help? Its urgent..
Thanks in advance.
Thanks & Regards,
S Nagarajan
Hello,
You can use the property AccessKey to set ID.UltraWebMenu1.Items[0].AccessKey = “Items0”;Hope this help.
Thanks
Can I access this id using document.getelementbyid in the ItemHover javascript function?