|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
Please answer me
1. Is XAML maily aiming windows. Why is the controls on double click not produce the event handlers in the c# file( code behind or something ...) 2. XAML web browser applications doesnt need IIS? Then can we use it for server side programming? If yes how is it working? 3.How to use the asp.net objects from xaml (web) page. Or is there any other method which is specific to xaml for this functionality 1. XAML, as on today, is for the Windows platform. However, SilverLight, a
cross-browser interactive UI technology uses stripped down version of XAML targetting multiple browsers on different operating systems. To get the code view, double-click on the conrol in the designer view, not in the markup view. 2. XAML is not a server-side technology; so any web server can be used to deliver XAML apps. 3. Not possible because XAML is not for server-side. Show quote "aruno***@gmail.com" wrote: > Please answer me > > 1. Is XAML maily aiming windows. Why is the controls on double click > not produce the event handlers in the c# file( code behind or > something ...) > > 2. XAML web browser applications doesnt need IIS? Then can we use it > for server side programming? If yes how is it working? > > 3.How to use the asp.net objects from xaml (web) page. Or is there any > other method which is specific to xaml for this functionality > On Nov 26, 10:00 am, Siva M <shiva***@online.excite.com> wrote:
> 1. XAML, as on today, is for the Windows platform. However, SilverLight, a I think it's worth being very clear about the difference between XAML> cross-browser interactive UI technology uses stripped down version of XAML > targetting multiple browsers on different operating systems. To get the code > view, double-click on the conrol in the designer view, not in the markup view. and WPF. XAML is just a markup language for creating and configuring objects. It is *used* by Silverlight and WPF, but it's also used by WCF and no doubt other projects moving into the future. Jon Didn't work for me neither, with VS 2008 Beta 1 Express. However, since I
updated to the RTM Express Version I can double-click on any control and it creates the event automatically in the source code. So try to update your Visual Studio if you're using an outdated version. Show quote "Siva M" <shiva***@online.excite.com> schrieb im Newsbeitrag news:0603B278-FCB6-48D2-ABA8-2357EA381541@microsoft.com... > 1. XAML, as on today, is for the Windows platform. However, SilverLight, a > cross-browser interactive UI technology uses stripped down version of XAML > targetting multiple browsers on different operating systems. To get the > code > view, double-click on the conrol in the designer view, not in the markup > view. > > 2. XAML is not a server-side technology; so any web server can be used to > deliver XAML apps. > > 3. Not possible because XAML is not for server-side. > > "aruno***@gmail.com" wrote: > >> Please answer me >> >> 1. Is XAML maily aiming windows. Why is the controls on double click >> not produce the event handlers in the c# file( code behind or >> something ...) >> >> 2. XAML web browser applications doesnt need IIS? Then can we use it >> for server side programming? If yes how is it working? >> >> 3.How to use the asp.net objects from xaml (web) page. Or is there any >> other method which is specific to xaml for this functionality >> |
|||||||||||||||||||||||