Advanced Forum Search Results
-
Yes.
-
Hi there, I got a combobox with the following ItemTemplate
<ComboBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">
<VisControls:IconLoader Icon="{Binding type, Converter={StaticResource IconTypeConverter}}" />
<TextBlock Text="{Binding Path=name}" ...
-
Hey Not sure what was wrong but either the DNS or the security to the folder was not correct. Anyways, thank you for the reply and definitely the credit wil be shared... :-)
-
that is one of th easiest way to do a marketing.
Digital List Price: $11.95 What's this?
Print List Price: $24.95
Kindle Price: $9.56 & includes wireless delivery via Amazon Whispernet
You Save: $15.39 (62%)
-
Great thank you.
-
I've this
<authentication mode="None" />
-
umm i should read the basic of dot dot net . I will see tomorrow morning and reply you back.
-
I'm not using Form authentication... neither membership.
-
Even after installing the latest sdk, TFSBuild cannot find target.
Any comments?
c:\TFSBuildWorkingDirectory\Sources\SourceCode\UILayer\Silverlight\plicator.csproj(164,11): error MSB4019: The imported project "C:\Program Files\MSBuild\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" was ...
-
Folks,
It is ending up to frurstation that I'm using Session Inproc, with 1440 timeout but after 10 minutes itself the session objects are null.
Silverlight -> Web Service (Not session after 10 minutes).
Please help.
Amit<sessionState mode="InProc" cookieless="false" timeout="1440" /> ...