Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Jamie #1
How to fetch style information from mobile StyleSheet?
Does anyone know how to get programmatic access to a StyleSheet style
that is named in a control's StyleReference property?
I'd like to have code that detects if BackColor (for example) is
specified in the StyleSheet StyleReference, so that it can be properly
implemented in the adapter. It's easy enough to implement BackColor for
a style declared within the control. But, when it's in a StyleSheet,
I'm stumped.
I have some code in a MobileControls adapter (WmlLabelAdapter, to be
exact) that attempts to fetch the StyleSheet style information for the
control (for the StyleReference). I believe the first few steps are
successful... evaluate the label control's StyleReference to get the
style name and fetch the StyleSheet object in the page. But, when the
code enumerates through the Styles in the StyleSheet to try to find one
with the name that was in the StyleReference, there seem to be no
values in the various style properties, such as Name.
Any ideas?
Thanks in advance,
Jamie
Jamie Guest
-
Linking a stylesheet...
Heya, I am trying to link a stylesheet to a file that is in another folder, I tried entering the url in the 'link ref' but it still wouldn't find... -
Need help with Style conversion from Style object to Style key/value collection.
I am writing a custom control that derives from the DataGrid control. I would like to apply SelectedItemStyles and ItemStyles for use in my derived... -
stylesheet question
Can anybody tell me how the ascx pages know which stylesheet it should use in ASP.NET Community Stqarter Kit. Previously the stylesheet page was... -
Number format German style => English style when importing CSV files into MySQL-DB
Hi there, I'm trying to import a csv file into my MySQL database. Unfortunately the number format for the price column is formatted in German... -
Article: Using Mobile BASIC and PHP to access MySQL databases via your Mobile Phone
ABSTRACT This article discusses how to access, create, update and delete data held on SQL databases using your Mobile Phone. This is achieved by...



Reply With Quote

