xaml - WP8 - C# - Getting object value from Telerik RadPickerBox -
i having issue regarding component. xaml usage of in app:
<telerikprimitives:radpickerbox x:name="box_change" width="0"> <stackpanel background="white"> <stackpanel height="618"> <passwordbox name="newpassword1" padding="2,8,2,8" margin="10,0,10,0" style="{staticresource passwordboxstyle}" /> </stackpanel> </stackpanel> </telerikprimitives:radpickerbox> i in need of retrieving, c# code, value "password" of field "newpassword1", still unable that. tried retrieving this:
box_change.newpassword1.password
but, of course, else wouldn't asking question right now, way doesn't work.
what suggest retrieve value?
thanks in advance,
guido
this.newpassword1.password glad help!
Comments
Post a Comment