silverlight button onClick event

Posted by Anish Mohan on Stack Overflow See other posts from Stack Overflow or by Anish Mohan
Published on 2010-03-12T10:01:10Z Indexed on 2010/03/12 10:07 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

Hi,

Might be this question a blunder :(...

I have a a button in silverlight application...

<Button Height="25" Width="100" Grid.Column="0" Grid.Row="0" Click="Button_Click"/>

I read that silverlight need WCF to interact with server side... So is it like to access my "Button_Click" event I need WCF ?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about button