Hi,
How can i apply css in mobile Web Site in Microsoft visual studio 2005 ?.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
CrishPosted May 24, 2010, 11:10 AM
pl go through below link...for your solution
http://www.w3schools.com/dotnetmobile/control_stylesheet.asp
Also try below code ...
1. Add a new mobile web user control to the project.
2. Add code to the file like this
3.Save it.
4. In the mobile web form where you want to apply this style sheet add
this
In each mobile control there is a propery called StyleReference where
you can specify one of the style names present in the external style
sheet created above
Don't forget to Mark Do you like this Answer