Started 3 days, 11 hours ago (2009-11-13 12:37:00)
by Mark Nischalke
Converting from C# to VB? Why would you want to ruin perfectly good code?
Started 5 days, 6 hours ago (2009-11-11 17:10:00)
by Mark Salsbery
What happens when you
comment-out the ItemContainerStyle? What is "UserInterface_Elements_Cards:UICardArray"? What is its ActualWidth at runtime?
Started 1 week ago (2009-11-09 19:41:00)
by Mark Salsbery
Remove/comment-out the entire <host> section from the web.config in the published directory. IIS 7 doesn't use this, and if I remember right, specifying a
base address prevents access to the service (in all my IIS hosted services I have the entire <host> sections commented out). Then try hitting the service from a browser URL bar, with the url http://yourhostdomain/[...
Started 1 week ago (2009-11-09 17:45:00)
by MREcoolio
Unlike ASP.net, there is no 'Session'
storage model. You would most likely have to write your own class that stores the variables (maybe a dictionary type) and make that class available statically. The static class then could be accessed by all client session instances (assuming you are using session instancing). The main thing is that these sessions aren't really way too reliable. They don't ...
Started 5 days, 3 hours ago (2009-11-11 20:08:00)
by Christian Graus
This is a WPF project ? Do you have any events on the other
textbox that might fire and change or reject the text ?
Started 2 days, 16 hours ago (2009-11-14 07:21:00)
by Richard MacCutchan
Mohammad Dayyan wrote: Could you please
guide me , how can I do it ? How about like this [ ^ ]?
Started 3 days, 9 hours ago (2009-11-13 14:35:00)
by Mark Salsbery
If the itemssource for the
datagrid is an observablecollection, generally all you need to do is add or remove items from the collection and the datagrid will update appropriately. How are you providing data to the datagrid?
Started 1 week ago (2009-11-09 14:49:00)
by Collin Jasnoch
I am able to get data bound now.. However I am not seeing a way to access the SelectedItem via binding. Every example out there uses some direct
code behind... i.e. they access the chart directly and set its selected item. This of course is not an option if the MVVM pattern is to be followed. [EDIT] Got the Selected Item to bind properly by not using DataContext. instead the ItemSource is ...
Started 3 days, 14 hours ago (2009-11-13 09:51:00)
by teejayem
Here are a couple that i've found. http://www.
nws.noaa.gov/forecasts/xml/ [ ^ ] http://weather.weatherbug.com/desktop-weather/api. html [ ^ ]
Started 1 week, 1 day ago (2009-11-08 04:28:00)
by breakvn
I have an image and i want to set grid background by it.Please help me ! Thank, sorry for my english