Hi, I am developing the asp.net mobile application. I am generating the controls dynamically at serverside (code behind), obviously i will need to assign the styles to control on server side. So that I have my own CSS ie external CSS. I want to assign the classes from my CSS to mobile controls. How can i do this?
i am using asp.net mobile application development environment with code behind c#. please help. This is new for me.