Click here to Skip to main content
15,899,124 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Problems with scaling and stretching objects... Pin
gethomast23-Jul-08 20:24
gethomast23-Jul-08 20:24 
GeneralRe: Problems with scaling and stretching objects... Pin
Jammer23-Jul-08 23:59
Jammer23-Jul-08 23:59 
GeneralRe: Problems with scaling and stretching objects... Pin
Jammer24-Jul-08 0:30
Jammer24-Jul-08 0:30 
GeneralRe: Problems with scaling and stretching objects... Pin
gethomast24-Jul-08 2:10
gethomast24-Jul-08 2:10 
QuestionUserControl = DataTemplate!! [modified] Pin
Jammer23-Jul-08 3:04
Jammer23-Jul-08 3:04 
AnswerRe: UserControl = DataTemplate!! Pin
Pete O'Hanlon23-Jul-08 4:06
mvePete O'Hanlon23-Jul-08 4:06 
GeneralRe: UserControl = DataTemplate!! Pin
Jammer23-Jul-08 5:51
Jammer23-Jul-08 5:51 
QuestionAccessing values of Xaml controls in the web site Pin
ACMA_198022-Jul-08 22:06
ACMA_198022-Jul-08 22:06 
Hi. I've created a silverlight applicatin in VS 2008. Now I've created a simple login control containg two text boxes & a Button. Now i've added this user control in the Page.Xaml page. In asp.net application, I've added a default.aspx page & put following code in the html part -

<%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"
    TagPrefix="asp" %>

<asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <div style="height: 100%;" id="g">
        <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/Debug/Vista Style Button.xap"
            MinimumVersion="2.0.30523" Width="100%" Height="100%" />
    </div> 


now i want to access values of two text boxes in the Page_Load Event of the Default.aspx. Can any one help me?
AnswerRe: Accessing values of Xaml controls in the web site Pin
Michael Sync23-Jul-08 19:16
Michael Sync23-Jul-08 19:16 
QuestionWebCam & MicroPhone support in Silverlight 2.0 Beta 2.0 Pin
248912822-Jul-08 21:58
248912822-Jul-08 21:58 
AnswerRe: WebCam & MicroPhone support in Silverlight 2.0 Beta 2.0 Pin
Michael Sync23-Jul-08 13:53
Michael Sync23-Jul-08 13:53 
AnswerRe: WebCam & MicroPhone support in Silverlight 2.0 Beta 2.0 Pin
raulgspan224-Jan-09 15:56
raulgspan224-Jan-09 15:56 
QuestionWPF Control Properties in XAML [modified] Pin
thrakazog22-Jul-08 9:02
thrakazog22-Jul-08 9:02 
AnswerRe: WPF Control Properties in XAML Pin
Jammer22-Jul-08 12:32
Jammer22-Jul-08 12:32 
GeneralRe: WPF Control Properties in XAML Pin
thrakazog22-Jul-08 13:17
thrakazog22-Jul-08 13:17 
GeneralRe: WPF Control Properties in XAML Pin
Jammer22-Jul-08 13:20
Jammer22-Jul-08 13:20 
GeneralRe: WPF Control Properties in XAML Pin
thrakazog22-Jul-08 13:39
thrakazog22-Jul-08 13:39 
GeneralRe: WPF Control Properties in XAML Pin
Jammer22-Jul-08 13:50
Jammer22-Jul-08 13:50 
GeneralRe: WPF Control Properties in XAML Pin
thrakazog22-Jul-08 14:04
thrakazog22-Jul-08 14:04 
GeneralRe: WPF Control Properties in XAML Pin
chester22-Jul-08 14:10
chester22-Jul-08 14:10 
RantRe: WPF Control Properties in XAML Pin
thrakazog22-Jul-08 14:14
thrakazog22-Jul-08 14:14 
GeneralRe: WPF Control Properties in XAML Pin
chester22-Jul-08 14:15
chester22-Jul-08 14:15 
GeneralRe: WPF Control Properties in XAML Pin
Jammer22-Jul-08 22:26
Jammer22-Jul-08 22:26 
AnswerFound the Answer Pin
thrakazog23-Jul-08 14:03
thrakazog23-Jul-08 14:03 
QuestionHow to bind Ilist IN another IList to listBox. Pin
chandra vempati22-Jul-08 4:57
chandra vempati22-Jul-08 4:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.