473,498 Members | 37 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XAML

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
Nov 25 '07 #1
3 2479
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.

"ar******@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
Nov 26 '07 #2
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.

"Siva M" <sh******@online.excite.comschrieb im Newsbeitrag
news:06**********************************@microsof t.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.

"ar******@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
Nov 26 '07 #3
On Nov 26, 10:00 am, Siva M <shiva...@online.excite.comwrote:
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.
I think it's worth being very clear about the difference between XAML
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
Nov 27 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2644
by: Thilaka | last post by:
Hi guys, Recently i read some articles on Longhorn & XAML. & From what i learnt the future for developing UIs lies in XAML. Does this mean that I've got to learn XAML as developing UIs for web...
13
2441
by: Jeff | last post by:
How important is XAML? (or how important is it expected to become during the next 5 years?) Looking for informed opinions. Thanks!
7
2149
by: GVN | last post by:
Hi All, I would like to write a .NET application which uses XAML. The following is my system's specification: Operating System : Windows XP ..NET Framework : 1.1
3
1907
by: Brent | last post by:
OK i downloaded the new/addon framework 3 and downloaded the VS 2005 addon. I started with XAML. So far im like mehhhhhhhh. Anyone else have the same opinion? When i first heard about xaml i got...
2
2317
by: azerty | last post by:
Hello I try to use xaml serializer framework to save in .xaml file my own hierarchical graph of object. The first step is done : I create my own file with something like this : <Root
1
2282
by: =?Utf-8?B?b3JpYXpvd2Fu?= | last post by:
Hi, Im just getting into the beutifull world of .NET framework 3.0. But im a little confused about the sample codes i have seen so far. Im particularly interested in document layout and auto...
6
5738
by: moondaddy | last post by:
will CodeDom create XAML windows or just regular windows forms? If so, how to I tell it to create a xaml window instead of a windows form? thanks -- moondaddy@noemail.noemail
0
5693
by: =?Utf-8?B?WmlnZ3lTaG9ydA==?= | last post by:
I have a sample XAML file: <StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <Button Name="button2" Height="23" Width="300" Margin="31,37,0,0" Click="doit">Hello...
6
10011
by: star-italia | last post by:
Hi, Is it possible to include a XAML file into another XAML file? For example If i have - Window1.xaml - Window2.xaml and both have a treeview with a custom Style, can i describe the style...
4
17887
by: moondaddy | last post by:
I have a user control located in the following path: projectFolder/PropertyControls/myControl.xaml and in myControl.xaml I have a reference to a resource dictionary like this: ...
0
6998
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7163
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5460
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4586
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1416
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
651
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
287
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.