Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 15, 2012 01:29 PM by bruce (sqlwork.com)
Member
247 Points
266 Posts
May 15, 2012 09:29 AM|LINK
I have a xaml file , it has 5 textboxes... when user enter the data in first textbox , i have to assign the values in other textboxes.
In aspx page we can do it onblur using javascript or jquery.
How should i use jquery or javascript in xaml file? and how to assign the values to the textbox?
Please let me know.
Suresh.
All-Star
30184 Points
4906 Posts
May 15, 2012 09:51 AM|LINK
Hi,
I am not aware of XAML. If the XAML gets rendered as HTML. Then the JavaScript or the jQuery will be the same in this case.
36860 Points
5450 Posts
May 15, 2012 01:29 PM|LINK
not sure why you'd silverlight istead of html, but see:
http://msdn.microsoft.com/en-us/library/cc189042(v=vs.95).aspx
ksureshh_pk
Member
247 Points
266 Posts
Use javascript or jquery in xaml file.
May 15, 2012 09:29 AM|LINK
I have a xaml file , it has 5 textboxes... when user enter the data in first textbox , i have to assign the values in other textboxes.
In aspx page we can do it onblur using javascript or jquery.
How should i use jquery or javascript in xaml file? and how to assign the values to the textbox?
Please let me know.
Suresh.
asteranup
All-Star
30184 Points
4906 Posts
Re: Use javascript or jquery in xaml file.
May 15, 2012 09:51 AM|LINK
Hi,
I am not aware of XAML. If the XAML gets rendered as HTML. Then the JavaScript or the jQuery will be the same in this case.
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
bruce (sqlwo...
All-Star
36860 Points
5450 Posts
Re: Use javascript or jquery in xaml file.
May 15, 2012 01:29 PM|LINK
not sure why you'd silverlight istead of html, but see:
http://msdn.microsoft.com/en-us/library/cc189042(v=vs.95).aspx