S Steve C. Orr, MCSD Jul 31, 2003 #2 Yes. You can add attributes to any element using Attributes.Add You can also output javascript if you need to in order to interact with the control. You can output any javascript dynamically from your code behind using such function as: RegisterStartupScript: http://msdn.microsoft.com/library/d...mWebUIPageClassRegisterStartupScriptTopic.asp RegisterClientScriptBlock: http://msdn.microsoft.com/library/d...UIPageClassRegisterClientScriptBlockTopic.asp Attributes.Add: http://www.flws.com.au/showusyourcode/codeLib/code/NET_jsAddTo.asp?catID=5
Yes. You can add attributes to any element using Attributes.Add You can also output javascript if you need to in order to interact with the control. You can output any javascript dynamically from your code behind using such function as: RegisterStartupScript: http://msdn.microsoft.com/library/d...mWebUIPageClassRegisterStartupScriptTopic.asp RegisterClientScriptBlock: http://msdn.microsoft.com/library/d...UIPageClassRegisterClientScriptBlockTopic.asp Attributes.Add: http://www.flws.com.au/showusyourcode/codeLib/code/NET_jsAddTo.asp?catID=5