Silverlight / WPF - Regarding Silverlight installation
Asked By Tridip Bhattacharjee
31-Aug-10 05:52 AM
hi,
still i am not working with silverlight. now i need to install silverlight 4 related all component and want to work with VS2008 . so please anyone tell me what i need to install one-by-one in my machine for developing apps with silverlight and VS2008. please also tell me the site URL from where i can download all the related component for silverlight.
thanks in advance
Anand Malli replied to Tridip Bhattacharjee
hi Tridip,
officially VS2008 cannot be used for Silverlight 4 development.
here are links from where you can download required components for Silverlight 3 with VS 2008
and
refer this article
i hope this will help you...
Super Man replied to Tridip Bhattacharjee
Tridip Bhattacharjee replied to Super Man
Thanks i will look into it.
Tridip Bhattacharjee replied to Anand Malli
Thanks i will look into it.
silverlight and wpf difference if one person has gain master in silverlight than wiil this help him in learning wpf Hi Malik, WPF has a more advanced and mature XAML support than Silverlight. Silverlight used to be called (WPF / E) and is a subset of the WPF XAML design. Therefore, it doesn't support
how to acess textbox value from datagrid in wpf. . ? Silverlight / WPF hello frnds <WPF:DataGridTemplateColumn Header = "Result"> <WPF:DataGridTemplateColumn.CellTemplate> <DataTemplate> <TextBox Text = "{Binding Path = testresult}" Name = "tb" / > < / DataTemplate> < / WPF:DataGridTemplateColumn.CellTemplate> < / WPF:DataGridTemplateColumn> how to get textbox value, selected row of data grid, as shown in above get in cs page . try this, http: / / stackoverflow.com / questions / 2443941 / get-textbox-binding-in-wpf-datagridtemplatecolumn Create New Account keywords: how, to, acess, textbox, value, from, datagrid, in, wpf. . ? description
Silverlight vs WPF? What is the difference between WPF & silverlight?when to use silverlight & when to use WPF? is it true WPF is only use for dektop application? WPF is for desktop applications- you create an .exe file when you build WPF applications. To
how to get DataTemplate text box vlaue from datagrid in wpf Silverlight / WPF HI all <WPF:DataGridTemplateColumn Header = "Result"> <WPF:DataGridTemplateColumn.CellTemplate> <DataTemplate> <TextBox Text = "{Binding Path = testresult}" Name = "txtResult" / > < / DataTemplate> < / WPF:DataGridTemplateColumn.CellTemplate> < / WPF:DataGridTemplateColumn> how to get txtResult value in CS page. in button click event. plz reply world!" ; } Create New Account keywords: how, to, get, DataTemplate, text, box, vlaue, from, datagrid, , in, wpf description: HI all how to get txtResult value in CS page. in button
wpf Silverlight / WPF i need to know how to bind a menu control using sql database. . Thanks. . . WPF (1) Binding (1) Menu (1) Control (1) http: / / www.codeproject.com / Articles / 37848 / WPF-Data-Bound-Menus http: / / stackoverflow.com / questions / 899204 / wpf-menuitem-header-and-headertemplate http: / / stackoverflow.com / questions / 1767961 wpf-bind-menu-item Hi you just go through the below link it is very clearly Add(newMenuItem); AddChildMenuItems(menuData, newMenuItemFromDB ); Hope it helps!! Regards D test Create New Account keywords: wpf description: i need to know how to bind a menu control using sql database. . Thanks