css problem
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have created div at run time but and class is also specified but css not applied to that div why is it so i create div at design time then css gets applied
-
i have created div at run time but and class is also specified but css not applied to that div why is it so i create div at design time then css gets applied
View the source of your output to check that the div has the correct class name. If you added the class using the cssclass property it may have appended to the class name or if your css is referencing the ID, check that the ID outputs as expected.