Browse by Tags

21 December 2006
Javascript DOM setAttribute Method
If you have already tried dynamically to generate HTML elements over Javascript DOM, then is the "setAttribute" method the one that you have used a lot. This method is very useful if you are developing Javascript/AJAX based custom control but the main problem of this method is that you cannot... Read More...
14 May 2006
ASP CheckBox asp:CheckBox Component Attributes
As I was few days ago, trying to add some Attributes to the ASP .NET Components ( ListBox , CheckBox ...etc) from the Code Behind, I came to a very " funny " thing about how the ASP.NET is placing the Attributes to the Output HTML Code. If you have sample Default.aspx Page, with following lines... Read More...