Advanced Forum Search Results
-
Hi Senthil,
My code is;
<data:DataGridTemplateColumn Width="30">
...
-
Hi,
I have datagrid with check box column. I need to when i click one button, i want to checked all the checkboxes in datagrid and unchecked also.
How i do this?. Advance thanks for your help.
Thanks
-
Hi All,
I need to show the google maps in silverlight page. How is possible that, please share your valuable ideas.
Thanks
-
Hi,
Thats working fine for me. You can check your image path, my application have a image in where is page.xaml, so just give that image name.
my code:
<Button x:Name="btnExample" Height="50" ...
-
Hi,
You can get, my post of combobox binding in this llink,http://silverlight.net/forums/t/18568.aspx
And then how you can get the selected item from combo box, refer this post; http://silverlight.net/forums/t/82941.aspx
Thanks
-
Hi,
Maybe this post is help to you, check here my post; http://silverlight.net/forums/t/18568.aspx
Thanks
-
Hi,
From bulit folder we can not browse and there is some issues. I think you can create one virtual directory in your iis server and post all the files, and check with your local url.
Thanks
-
Hi,
You can check the blelow posts;
http://silverlight.net/forums/p/21348/74507.aspx#74507
http://www.nablasoft.com/guardian/index.php/2008/09/25/silverlight-how-to-build-a-simple-menu-control/
Thanks
Elango
-
Hi,
Please refer this link: http://silverlight.net/forums/t/64121.aspx
Now you can get the id from your list class. Then, if you need when you click check box, you getting from one method.
<checkbox Checked="getId()" />
sub getId(byval sender as object,byval e as routedeventargs)
'here you can do with your ...
-
Hi,
You can use DispatcherTimer event with your web service for getting count.
So, the codes will be;
Dim timer As New System.Windows.Threading.DispatcherTimer
Private Sub startTimer()
txtTest.Text = 0
timer.Interval = ...