c# - Retrieving data from database in silverlight -


i need display data database

    <stackpanel orientation="horizontal"> <textblock text="topaggregate:" fontweight="bold" foreground="#ff0f274e" height="25" width="80" fontsize="10" verticalalignment="center"/> <textblock text="{binding converter={staticresource mydictionaryconverter}, converterparameter=, mode=oneway}"  fontweight="bold" foreground="#ff0f274e" height="25" width="240" fontsize="10" verticalalignment="center"></textblock>     </stackpanel> 

these lead have achieving this, need know converter parameter should be?

the converter parameter should column name in table of data want retrieve


Comments

Popular posts from this blog

delphi - ESC/P programming! -

c++ - error: use of deleted function -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -